Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/browser/test/profiling/UIProfiler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ describe('Browser Profiling v2 trace lifecycle', () => {

Sentry.init({
...getBaseOptionsForTraceLifecycle(send),
debug: true,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best would be that debug would be enabled when we rerun the CI with the debug options enabled. But there is no documentation anywhere if a env variable is set when this is activated.

Image

});

Sentry.uiProfiler.startProfiler();
Expand Down Expand Up @@ -691,7 +690,6 @@ describe('Browser Profiling v2 manual lifecycle', () => {

Sentry.init({
...getBaseOptionsForManualLifecycle(send),
debug: true,
});

Sentry.uiProfiler.startProfiler();
Expand Down
1 change: 0 additions & 1 deletion packages/browser/test/profiling/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ describe('BrowserProfilingIntegration', () => {
});

it("warns when profileLifecycle is 'trace' but tracing is disabled", async () => {
debug.enable();
const warnSpy = vi.spyOn(debug, 'warn').mockImplementation(() => {});

// @ts-expect-error mock constructor
Expand Down
Loading