We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ce9ede + c73437f commit b0c4b09Copy full SHA for b0c4b09
packages/browser/src/profiling/UIProfiler.ts
@@ -199,7 +199,8 @@ export class UIProfiler implements ContinuousProfiler<Client> {
199
private _setupTraceLifecycleListeners(client: Client): void {
200
client.on('spanStart', span => {
201
if (!this._sessionSampled) {
202
- DEBUG_BUILD && debug.log('[Profiling] Session not sampled because of negative sampling decision.');
+ DEBUG_BUILD &&
203
+ debug.log('[Profiling] Span not profiled because of negative sampling decision for user session.');
204
return;
205
}
206
if (span !== getRootSpan(span)) {
0 commit comments