Skip to content

Commit

Permalink
release: 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Oct 31, 2022
1 parent 320ce28 commit 9abdd86
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## Unreleased
## 4.8.0

### Various fixes & improvements

- fix(attachments): Maximum call stack exceeded error for large attachments (#2579) by @old
- fix(event): Message event contains stacktrace if `attachStacktrace` o… (#2577) by @krystofwoldrich
- chore: update scripts/update-cocoa.sh to 7.29.0 (#2571) by @github-actions
- chore: update scripts/update-android.sh to 6.6.0 (#2572) by @github-actions

## Fixes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sentry/react-native",
"homepage": "https://github.com/getsentry/sentry-react-native",
"repository": "https://github.com/getsentry/sentry-react-native",
"version": "4.7.1",
"version": "4.8.0",
"description": "Official Sentry SDK for react-native",
"typings": "dist/js/index.d.ts",
"types": "dist/js/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const SDK_PACKAGE_NAME = 'npm:@sentry/react-native';
export const SDK_NAME = 'sentry.javascript.react-native';
export const SDK_VERSION = '4.7.1';
export const SDK_VERSION = '4.8.0';

0 comments on commit 9abdd86

Please sign in to comment.