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 8e10061 commit 89669cbCopy full SHA for 89669cb
packages/tracing/src/transaction.ts
@@ -1,11 +1,11 @@
1
import { getCurrentHub, Hub } from '@sentry/hub';
2
-import { TransactionContext } from '@sentry/types';
+import { Transaction as TransactionInterface, TransactionContext } from '@sentry/types';
3
import { isInstanceOf, logger } from '@sentry/utils';
4
5
import { Span as SpanClass, SpanRecorder } from './span';
6
7
/** JSDoc */
8
-export class Transaction extends SpanClass {
+export class Transaction extends SpanClass implements TransactionInterface {
9
public name: string;
10
11
/**
0 commit comments