Skip to content

Commit acac14d

Browse files
refactor: rename app to applicationName in Rum.init config (#180)
Co-authored-by: Warren <[email protected]>
1 parent b5892fd commit acac14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Browser {
9090
url: `${urlBase}/v1/traces`,
9191
allowInsecureUrl: true,
9292
apiKey,
93-
app: service,
93+
applicationName: service,
9494
ignoreUrls,
9595
instrumentations: {
9696
visibility: true,

0 commit comments

Comments
 (0)