From af7d981912fbb48b842585d612e01f55ff12fa9c Mon Sep 17 00:00:00 2001 From: Alexandre Caron Date: Wed, 14 Aug 2024 09:10:20 -0400 Subject: [PATCH] fix(core): add more details to test (Re-Trigger pipeline) --- packages/core/monitoring/src/sentry/sentry.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/monitoring/src/sentry/sentry.spec.ts b/packages/core/monitoring/src/sentry/sentry.spec.ts index 097b28c86..585a97a21 100644 --- a/packages/core/monitoring/src/sentry/sentry.spec.ts +++ b/packages/core/monitoring/src/sentry/sentry.spec.ts @@ -25,7 +25,7 @@ describe('Sentry', () => { expect(client).toBeDefined(); }); - it('should initialize Sentry integration with tracing and replay enabled', () => { + it('should initialize Sentry integration with BrowserTracing and Replay enabled', () => { options = { ...options, tracesSampleRate: 1,