Skip to content

sdk-core: version 0.6.0 #295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"/lib"
],
"devDependencies": {
"@backtrace/sdk-core": "^0.5.0",
"@backtrace/sdk-core": "^0.6.0",
"@reduxjs/toolkit": "^1.9.5",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@backtrace/sdk-core": "^0.5.0",
"@backtrace/sdk-core": "^0.6.0",
"form-data": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
"typescript": "^5.0.2"
},
"dependencies": {
"@backtrace/sdk-core": "^0.5.0"
"@backtrace/sdk-core": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@backtrace/browser": "^0.4.0",
"@backtrace/sdk-core": "^0.5.0",
"@backtrace/sdk-core": "^0.6.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 0.6.0

- add `setInterval` unreffing, fixing blocking of application exit (#291)
- reduce breadcrumbs size (#228)
- use core client and database as event emitter (#290)
- add `application` and `application.version` attribute validation (#296)

# Version 0.5.0

- update code to use ES modules (#266, #279)
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backtrace/sdk-core",
"version": "0.5.0",
"version": "0.6.0",
"description": "Backtrace-JavaScript SDK core library",
"main": "lib/bundle.cjs",
"module": "lib/bundle.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/session-replay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"rrweb": "^2.0.0-alpha.15"
},
"devDependencies": {
"@backtrace/sdk-core": "^0.5.0",
"@backtrace/sdk-core": "^0.6.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down