File tree 7 files changed +4
-16
lines changed 7 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ export const defaultIntegrations = [
7
7
new CoreIntegrations . Dedupe ( ) ,
8
8
new CoreIntegrations . InboundFilters ( ) ,
9
9
new CoreIntegrations . FunctionToString ( ) ,
10
- new CoreIntegrations . ExtraErrorData ( ) ,
11
10
new TryCatch ( ) ,
12
11
new Breadcrumbs ( ) ,
13
12
new GlobalHandlers ( ) ,
Original file line number Diff line number Diff line change 1
1
export { Dedupe } from './dedupe' ;
2
2
export { FunctionToString } from './functiontostring' ;
3
3
export { InboundFilters } from './inboundfilters' ;
4
- export { ExtraErrorData } from './extraerrordata' ;
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"@sentry/core" : " 4.6.3" ,
17
17
"@sentry/hub" : " 4.6.3" ,
18
- "@sentry/types" : " 4.5 .3" ,
18
+ "@sentry/types" : " 4.6 .3" ,
19
19
"@sentry/utils" : " 4.6.3" ,
20
20
"tslib" : " ^1.9.3"
21
21
},
49
49
"transform" : {
50
50
"^.+\\ .ts$" : " ts-jest"
51
51
},
52
- "moduleFileExtensions" : [
53
- " js" ,
54
- " ts"
55
- ],
52
+ "moduleFileExtensions" : [" js" , " ts" ],
56
53
"testEnvironment" : " node" ,
57
- "testMatch" : [
58
- " **/*.test.ts"
59
- ],
54
+ "testMatch" : [" **/*.test.ts" ],
60
55
"globals" : {
61
56
"ts-jest" : {
62
57
"tsConfig" : " ./tsconfig.json" ,
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import { ExtendedError , SentryEvent } from '@sentry/types' ;
2
- import { ExtraErrorData } from '../../../ src/integrations /extraerrordata' ;
2
+ import { ExtraErrorData } from '../src/extraerrordata' ;
3
3
4
4
const extraErrorData = new ExtraErrorData ( ) ;
5
5
let event : SentryEvent ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ export const defaultIntegrations = [
10
10
new CoreIntegrations . Dedupe ( ) ,
11
11
new CoreIntegrations . InboundFilters ( ) ,
12
12
new CoreIntegrations . FunctionToString ( ) ,
13
- new CoreIntegrations . ExtraErrorData ( ) ,
14
13
// Native Wrappers
15
14
new Console ( ) ,
16
15
new Http ( ) ,
Original file line number Diff line number Diff line change 6791
6791
version "0.3.3"
6792
6792
resolved "https://registry.yarnpkg.com/lru_map/-/lru_map-0.3.3.tgz#b5c8351b9464cbd750335a79650a0ec0e56118dd"
6793
6793
6794
-
6795
- version "1.0.0"
6796
- resolved "https://registry.yarnpkg.com/lsmod/-/lsmod-1.0.0.tgz#9a00f76dca36eb23fa05350afe1b585d4299e64b"
6797
-
6798
6794
macos-release@^2.0.0 :
6799
6795
version "2.0.0"
6800
6796
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.0.0.tgz#7dddf4caf79001a851eb4fba7fb6034f251276ab"
You can’t perform that action at this time.
0 commit comments