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 a0deb22 commit c927bcfCopy full SHA for c927bcf
packages/angular/package.json
@@ -7,7 +7,7 @@
7
"author": "Sentry",
8
"license": "MIT",
9
"engines": {
10
- "node": ">=6"
+ "node": ">=10"
11
},
12
"main": "dist/index.js",
13
"module": "esm/index.js",
@@ -18,13 +18,13 @@
18
"peerDependencies": {
19
"@angular/common": "10.x || 11.x || 12.x || 13.x",
20
"@angular/core": "10.x || 11.x || 12.x || 13.x",
21
- "@angular/router": "10.x || 11.x || 12.x || 13.x"
+ "@angular/router": "10.x || 11.x || 12.x || 13.x",
22
+ "rxjs": "^6.5.5 || ^7.x"
23
24
"dependencies": {
25
"@sentry/browser": "6.18.0",
26
"@sentry/types": "6.18.0",
27
"@sentry/utils": "6.18.0",
- "rxjs": "^6.6.0",
28
"tslib": "^2.0.0"
29
30
"devDependencies": {
0 commit comments