File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -918,7 +918,7 @@ replacement API.
918918
919919### Ember SDK
920920
921- Removed top-level exports: ` InitSentryForEmber `
921+ Removed top-level exports: ` InitSentryForEmber ` , ` StartTransactionFunction `
922922
923923- [ Removal of ` InitSentryForEmber ` export] ( ./MIGRATION.md#removal-of-initsentryforember-export )
924924
Original file line number Diff line number Diff line change 11import type { BrowserOptions , browserTracingIntegration } from '@sentry/browser' ;
2- import type { Transaction , TransactionContext } from '@sentry/types' ;
32
43type BrowserTracingOptions = Parameters < typeof browserTracingIntegration > [ 0 ] ;
54
@@ -31,8 +30,6 @@ export interface EmberRouterMain {
3130 rootURL : string ;
3231 } ;
3332}
34- /** @deprecated This will be removed in v8. */
35- export type StartTransactionFunction = ( context : TransactionContext ) => Transaction | undefined ;
3633
3734export type GlobalConfig = {
3835 __sentryEmberConfig : EmberSentryConfig [ 'sentry' ] ;
You can’t perform that action at this time.
0 commit comments