File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 4.0.4
6
+
7
+ - [ browser] feat: Add ` forceLoad ` and ` onLoad ` function to be compatible with loader API
8
+
5
9
## 4.0.3
6
10
7
11
- [ browser] feat: Better dedupe integration event description
Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 3.4.0" ,
3
- "version" : " 4.0.3 " ,
3
+ "version" : " 4.0.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/browser" ,
3
- "version" : " 4.0.3 " ,
3
+ "version" : " 4.0.4 " ,
4
4
"description" : " Offical Sentry SDK for browsers" ,
5
5
"repository" : " git://github.com/getsentry/raven-js.git" ,
6
6
"homepage" : " https://github.com/getsentry/raven-js/tree/master/packages/browser" ,
Original file line number Diff line number Diff line change 1
1
export const SDK_NAME = 'sentry.javascript.browser' ;
2
- export const SDK_VERSION = '4.0.3 ' ;
2
+ export const SDK_VERSION = '4.0.4 ' ;
You can’t perform that action at this time.
0 commit comments