Skip to content

Commit 805a470

Browse files
committed
chore(release): publish new version 4.6.44
1 parent 5074fdf commit 805a470

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.6.44](https://github.com/nativescript-community/sentry/compare/v4.6.42...v4.6.44) (2025-10-02)
7+
8+
### Bug Fixes
9+
10+
* correct fix for native crashes to get breadcrumbs ([020a628](https://github.com/nativescript-community/sentry/commit/020a628fb81bc4bc8617d10b86bd91583e7acd57))
11+
* fixed duplicated breadcrumbs ([61adf08](https://github.com/nativescript-community/sentry/commit/61adf08439722cdd07bcc12af0039788693d230a))
12+
613
## [4.6.43](https://github.com/nativescript-community/sentry/compare/v4.6.42...v4.6.43) (2025-10-02)
714

815
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.6.43",
2+
"version": "4.6.44",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/sentry/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.6.44](https://github.com/nativescript-community/sentry/compare/v4.6.42...v4.6.44) (2025-10-02)
7+
8+
**Note:** Version bump only for package @nativescript-community/sentry
9+
610
## [4.6.43](https://github.com/nativescript-community/sentry/compare/v4.6.42...v4.6.43) (2025-10-02)
711

812
**Note:** Version bump only for package @nativescript-community/sentry

packages/sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/sentry",
3-
"version": "4.6.43",
3+
"version": "4.6.44",
44
"description": "A cross-platform application monitoring tool, with a focus on error reporting.",
55
"main": "./index",
66
"typings": "./index.d.ts",

0 commit comments

Comments
 (0)