Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 13 files changed +37
-37
lines changed Expand file tree Collapse file tree 13 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 3.4.0" ,
3
- "version" : " 5.15.3 " ,
3
+ "version" : " 5.15.4 " ,
4
4
"packages" : " packages/*" ,
5
5
"ignore" : " raven-*" ,
6
6
"npmClient" : " yarn" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/apm" ,
3
- "version" : " 5.15.3 " ,
3
+ "version" : " 5.15.4 " ,
4
4
"description" : " Extensions for APM" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/core" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@sentry/browser" : " 5.15.3 " ,
20
- "@sentry/hub" : " 5.15.3 " ,
21
- "@sentry/minimal" : " 5.15.3 " ,
22
- "@sentry/types" : " 5.15.3 " ,
23
- "@sentry/utils" : " 5.15.3 " ,
19
+ "@sentry/browser" : " 5.15.4 " ,
20
+ "@sentry/hub" : " 5.15.4 " ,
21
+ "@sentry/minimal" : " 5.15.4 " ,
22
+ "@sentry/types" : " 5.15.4 " ,
23
+ "@sentry/utils" : " 5.15.4 " ,
24
24
"tslib" : " ^1.9.3"
25
25
},
26
26
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/browser" ,
3
- "version" : " 5.15.3 " ,
3
+ "version" : " 5.15.4 " ,
4
4
"description" : " Official Sentry SDK for browsers" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/browser" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@sentry/core" : " 5.15.3 " ,
20
- "@sentry/types" : " 5.15.3 " ,
21
- "@sentry/utils" : " 5.15.3 " ,
19
+ "@sentry/core" : " 5.15.4 " ,
20
+ "@sentry/types" : " 5.15.4 " ,
21
+ "@sentry/utils" : " 5.15.4 " ,
22
22
"tslib" : " ^1.9.3"
23
23
},
24
24
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
export const SDK_NAME = 'sentry.javascript.browser' ;
2
- export const SDK_VERSION = '5.15.3 ' ;
2
+ export const SDK_VERSION = '5.15.4 ' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/core" ,
3
- "version" : " 5.15.3 " ,
3
+ "version" : " 5.15.4 " ,
4
4
"description" : " Base implementation for all Sentry JavaScript SDKs" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/core" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@sentry/hub" : " 5.15.3 " ,
20
- "@sentry/minimal" : " 5.15.3 " ,
21
- "@sentry/types" : " 5.15.3 " ,
22
- "@sentry/utils" : " 5.15.3 " ,
19
+ "@sentry/hub" : " 5.15.4 " ,
20
+ "@sentry/minimal" : " 5.15.4 " ,
21
+ "@sentry/types" : " 5.15.4 " ,
22
+ "@sentry/utils" : " 5.15.4 " ,
23
23
"tslib" : " ^1.9.3"
24
24
},
25
25
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/hub" ,
3
- "version" : " 5.15.3 " ,
3
+ "version" : " 5.15.4 " ,
4
4
"description" : " Sentry hub which handles global state managment." ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/hub" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@sentry/types" : " 5.15.3 " ,
20
- "@sentry/utils" : " 5.15.3 " ,
19
+ "@sentry/types" : " 5.15.4 " ,
20
+ "@sentry/utils" : " 5.15.4 " ,
21
21
"tslib" : " ^1.9.3"
22
22
},
23
23
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/integrations" ,
3
- "version" : " 5.15.3 " ,
3
+ "version" : " 5.15.4 " ,
4
4
"description" : " Pluggable integrations that can be used to enchance JS SDKs" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/integrations" ,
16
16
"module" : " esm/index.js" ,
17
17
"types" : " dist/index.d.ts" ,
18
18
"dependencies" : {
19
- "@sentry/types" : " 5.15.3 " ,
20
- "@sentry/utils" : " 5.15.3 " ,
19
+ "@sentry/types" : " 5.15.4 " ,
20
+ "@sentry/utils" : " 5.15.4 " ,
21
21
"tslib" : " ^1.9.3"
22
22
},
23
23
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/minimal" ,
3
- "version" : " 5.15.3 " ,
3
+ "version" : " 5.15.4 " ,
4
4
"description" : " Sentry minimal library that can be used in other packages" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@sentry/hub" : " 5.15.3 " ,
20
- "@sentry/types" : " 5.15.3 " ,
19
+ "@sentry/hub" : " 5.15.4 " ,
20
+ "@sentry/types" : " 5.15.4 " ,
21
21
"tslib" : " ^1.9.3"
22
22
},
23
23
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/node" ,
3
- "version" : " 5.15.3 " ,
3
+ "version" : " 5.15.4 " ,
4
4
"description" : " Offical Sentry SDK for Node.js" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/node" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@sentry/apm" : " 5.15.3 " ,
20
- "@sentry/core" : " 5.15.3 " ,
21
- "@sentry/hub" : " 5.15.3 " ,
22
- "@sentry/types" : " 5.15.3 " ,
23
- "@sentry/utils" : " 5.15.3 " ,
19
+ "@sentry/apm" : " 5.15.4 " ,
20
+ "@sentry/core" : " 5.15.4 " ,
21
+ "@sentry/hub" : " 5.15.4 " ,
22
+ "@sentry/types" : " 5.15.4 " ,
23
+ "@sentry/utils" : " 5.15.4 " ,
24
24
"cookie" : " ^0.3.1" ,
25
25
"https-proxy-agent" : " ^4.0.0" ,
26
26
"lru_map" : " ^0.3.3" ,
Original file line number Diff line number Diff line change 1
1
export const SDK_NAME = 'sentry.javascript.node' ;
2
- export const SDK_VERSION = '5.15.3 ' ;
2
+ export const SDK_VERSION = '5.15.4 ' ;
You can’t perform that action at this time.
0 commit comments