MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / stop

Method stop

packages/browser/test/profiling/integration.test.ts:78–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 stopped: boolean = false;
77 constructor(_opts: { sampleInterval: number; maxBufferSize: number }) {}
78 stop() {
79 this.stopped = true;
80 return Promise.resolve({ frames: [], stacks: [], samples: [], resources: [] });
81 }
82 };
83
84 Sentry.init({

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.65

Tested by

no test coverage detected