Skip to content

Commit e00520b

Browse files
nicohrubecclaude
andcommitted
ref(integration-shims): Reword spanStreaming shim warning per review
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0cd9233 commit e00520b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/integration-shims/src/SpanStreaming.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { consoleSandbox, defineIntegration } from '@sentry/core';
88
export const spanStreamingIntegrationShim = defineIntegration(() => {
99
consoleSandbox(() => {
1010
// eslint-disable-next-line no-console
11-
console.warn('You are using spanStreamingIntegration() even though this bundle does not include span streaming.');
11+
console.warn('You are using spanStreamingIntegration() even though this bundle does not include tracing.');
1212
});
1313

1414
return {

0 commit comments

Comments
 (0)