Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Mar 8, 2024
1 parent f29c58a commit 0e913c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/tracing/trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { getDynamicSamplingContextFromSpan } from './dynamicSamplingContext';
import { SentryNonRecordingSpan } from './sentryNonRecordingSpan';
import type { SentrySpan } from './sentrySpan';
import { SPAN_STATUS_ERROR } from './spanstatus';
import { getActiveSpan, setCapturedScopesOnSpan } from './utils';
import { setCapturedScopesOnSpan } from './utils';

/**
* Wraps a function with a transaction/span and finishes the span after the function is done.
Expand Down

0 comments on commit 0e913c7

Please sign in to comment.