Skip to content

Commit b0d4615

Browse files
committed
react-native: version 0.2.0
1 parent f9890b2 commit b0d4615

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-native/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 0.2.0
2+
3+
- update `@backtrace/sdk-core` to `0.6.0`
4+
- android crash handler upgrade (#301)
5+
- fix previous sessions not being cleared (#306)
6+
- fix invalid RN object returned from iOS BacktraceReactNative.initialize function (#308)
7+
- remove invalid imports from iOS headers (#307)
8+
- replace AlternatingFileWriter with WritableStream and ChunkifierSink for breadcrumbs (#315)
9+
- reduce breadcrumb size (#320)
10+
111
# Version 0.1.1
212

313
- update @backtrace/sdk-core to `0.3.2`

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backtrace/react-native",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Backtrace-Javascript React-Native integration",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)