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.
1 parent 3454cf4 commit 28a0f91Copy full SHA for 28a0f91
packages/tracing/src/browser/browsertracing.ts
@@ -184,7 +184,7 @@ export class BrowserTracing implements Integration {
184
/** Create routing idle transaction. */
185
private _createRouteTransaction(context: TransactionContext): TransactionType | undefined {
186
if (!this._getCurrentHub) {
187
- logger.warn(`[Tracing] Did not creeate ${context.op} idleTransaction due to invalid _getCurrentHub`);
+ logger.warn(`[Tracing] Did not create ${context.op} idleTransaction due to invalid _getCurrentHub`);
188
return undefined;
189
}
190
0 commit comments