From 002acefe47f333da48ece04224686818af478644 Mon Sep 17 00:00:00 2001 From: asonnleitner <56999154+asonnleitner@users.noreply.github.com> Date: Fri, 3 Jan 2025 13:26:42 +0100 Subject: [PATCH] refactor: rename app to applicationName in Rum.init config --- packages/browser/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts index 7ddc80d..fd0bc1a 100644 --- a/packages/browser/src/index.ts +++ b/packages/browser/src/index.ts @@ -90,7 +90,7 @@ class Browser { url: `${urlBase}/v1/traces`, allowInsecureUrl: true, apiKey, - app: service, + applicationName: service, ignoreUrls, instrumentations: { visibility: true,