Skip to content

Commit adfc0b7

Browse files
committed
fix: Update spelling of Tracing log
1 parent a51d717 commit adfc0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/src/browser/browsertracing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class BrowserTracing implements Integration {
184184
/** Create routing idle transaction. */
185185
private _createRouteTransaction(context: TransactionContext): TransactionType | undefined {
186186
if (!this._getCurrentHub) {
187-
logger.warn(`[Tracing] Did not creeate ${context.op} idleTransaction due to invalid _getCurrentHub`);
187+
logger.warn(`[Tracing] Did not create ${context.op} idleTransaction due to invalid _getCurrentHub`);
188188
return undefined;
189189
}
190190

0 commit comments

Comments
 (0)