File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
packages/integrations/src Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ import { getGlobalObject } from '@sentry/utils';
4
4
/** JSDoc */
5
5
interface TransactionActivityOptions {
6
6
idleTimeout : number ;
7
- patchHistory : boolean ;
8
- /**
9
- * Called when an history change happend
10
- */
11
- onLocationChange ( state : any ) : string ;
12
7
startTransactionOnLocationChange : boolean ;
13
8
tracesSampleRate : number ;
14
9
}
@@ -60,8 +55,6 @@ export class TransactionActivity implements Integration {
60
55
public constructor ( public readonly _options ?: Partial < TransactionActivityOptions > ) {
61
56
const defaults = {
62
57
idleTimeout : 500 ,
63
- onLocationChange : ( ) => global . location . href ,
64
- patchHistory : true ,
65
58
startTransactionOnLocationChange : true ,
66
59
tracesSampleRate : 1 ,
67
60
} ;
You can’t perform that action at this time.
0 commit comments