File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -918,7 +918,7 @@ replacement API.
918
918
919
919
### Ember SDK
920
920
921
- Removed top-level exports: ` InitSentryForEmber `
921
+ Removed top-level exports: ` InitSentryForEmber ` , ` StartTransactionFunction `
922
922
923
923
- [ Removal of ` InitSentryForEmber ` export] ( ./MIGRATION.md#removal-of-initsentryforember-export )
924
924
Original file line number Diff line number Diff line change 1
1
import type { BrowserOptions , browserTracingIntegration } from '@sentry/browser' ;
2
- import type { Transaction , TransactionContext } from '@sentry/types' ;
3
2
4
3
type BrowserTracingOptions = Parameters < typeof browserTracingIntegration > [ 0 ] ;
5
4
@@ -31,8 +30,6 @@ export interface EmberRouterMain {
31
30
rootURL : string ;
32
31
} ;
33
32
}
34
- /** @deprecated This will be removed in v8. */
35
- export type StartTransactionFunction = ( context : TransactionContext ) => Transaction | undefined ;
36
33
37
34
export type GlobalConfig = {
38
35
__sentryEmberConfig : EmberSentryConfig [ 'sentry' ] ;
You can’t perform that action at this time.
0 commit comments