Skip to content

Commit

Permalink
fix(core): add more details to test (Re-Trigger pipeline)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Aug 14, 2024
1 parent 1609926 commit af7d981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/monitoring/src/sentry/sentry.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af7d981

Please sign in to comment.