Skip to content

Commit 4cf9d5d

Browse files
author
farfromrefug
committed
chore(release): publish new version 4.6.27
1 parent 4a9aeeb commit 4cf9d5d

File tree

4 files changed

+144
-2
lines changed

4 files changed

+144
-2
lines changed

CHANGELOG.md

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,138 @@
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.27](https://github.com/nativescript-community/sentry/compare/v4.6.26...v4.6.27) (2024-04-09)
7+
8+
### Bug Fixes
9+
10+
* expose captureFeedback ([ce2893f](https://github.com/nativescript-community/sentry/commit/ce2893feb91758a05694a40aa7a44798e5bb682d))
11+
12+
## [4.6.24](https://github.com/nativescript-community/sentry/compare/v4.6.23...v4.6.24) (2024-02-28)
13+
14+
## [4.6.23](https://github.com/nativescript-community/sentry/compare/v4.6.22...v4.6.23) (2024-02-28)
15+
16+
### Bug Fixes
17+
18+
* **android:** events contains more data ([8b1c801](https://github.com/nativescript-community/sentry/commit/8b1c8016697b9b80b3f4cb528e525c0b10cec275))
19+
20+
## [4.6.22](https://github.com/nativescript-community/sentry/compare/v4.6.21...v4.6.22) (2024-02-26)
21+
22+
### Bug Fixes
23+
24+
* **android:** some options fix ([b1e7ac1](https://github.com/nativescript-community/sentry/commit/b1e7ac1f9eec2013f97d8eba7455bcbd8e8a6fc4))
25+
* some stackTrace handling fix ([a09f317](https://github.com/nativescript-community/sentry/commit/a09f31764ba33b786a5288d2159ac3860be31977))
26+
27+
## [4.6.21](https://github.com/nativescript-community/sentry/compare/v4.6.20...v4.6.21) (2024-02-26)
28+
29+
### Bug Fixes
30+
31+
* better handle of stack trace for native thrown exceptions ([2b77cbf](https://github.com/nativescript-community/sentry/commit/2b77cbfae85481e41d4efcc94757277d905ff855))
32+
* update to latest sdk ([5f4e3eb](https://github.com/nativescript-community/sentry/commit/5f4e3eb4707924b45d607d430001290fc7eda88b))
33+
34+
## [4.6.20](https://github.com/nativescript-community/sentry/compare/v4.6.19...v4.6.20) (2024-02-25)
35+
36+
### Bug Fixes
37+
38+
* **ios:** environment tags fix ([a5c3fd8](https://github.com/nativescript-community/sentry/commit/a5c3fd825e4edad71ac0ef7b6b7a2329cb301ec6))
39+
40+
## [4.6.19](https://github.com/nativescript-community/sentry/compare/v4.6.18...v4.6.19) (2024-02-06)
41+
42+
### Bug Fixes
43+
44+
* missing dependency ([b5c4d53](https://github.com/nativescript-community/sentry/commit/b5c4d5312e1fcab3cba7550ef273ff2f9409ce94))
45+
46+
## [4.6.18](https://github.com/nativescript-community/sentry/compare/v4.6.17...v4.6.18) (2024-01-07)
47+
48+
### Bug Fixes
49+
50+
* **android:** another fix for options init which would prevent issue sending to server ([9a3e727](https://github.com/nativescript-community/sentry/commit/9a3e727704ab73a9e8c1ba4dc02ee275b477cf76))
51+
52+
## [4.6.17](https://github.com/nativescript-community/sentry/compare/v4.6.16...v4.6.17) (2024-01-02)
53+
54+
### Bug Fixes
55+
56+
* **android:** error on init sentry ([dc50aea](https://github.com/nativescript-community/sentry/commit/dc50aeae550c451e06c29bb11522a0b7dcad11ef))
57+
58+
## [4.6.16](https://github.com/nativescript-community/sentry/compare/v4.6.15...v4.6.16) (2023-12-29)
59+
60+
### Bug Fixes
61+
62+
* `colnoOffset` option ([9ee635c](https://github.com/nativescript-community/sentry/commit/9ee635c6419591b328213869d4c3612f94c231d6))
63+
* **android:** virtually allow any option to be passed to native sentry ([fe2eb67](https://github.com/nativescript-community/sentry/commit/fe2eb67c3955e56a248aa6dcbc6ece393f54cc0a))
64+
65+
## [4.6.15](https://github.com/nativescript-community/sentry/compare/v4.6.14...v4.6.15) (2023-12-19)
66+
67+
### Bug Fixes
68+
69+
* update plugin for latest sentry ([e2e3b07](https://github.com/nativescript-community/sentry/commit/e2e3b07277f74740bee6fcfa9ac94f3a3dbd6645))
70+
71+
## [4.6.14](https://github.com/nativescript-community/sentry/compare/v4.6.13...v4.6.14) (2023-12-16)
72+
73+
### Bug Fixes
74+
75+
* rewrite frame fix for latest sdk ([1b3dfd0](https://github.com/nativescript-community/sentry/commit/1b3dfd079883a701c6894786c7f7fffa7f910d3b))
76+
77+
## [4.6.13](https://github.com/nativescript-community/sentry/compare/v4.6.12...v4.6.13) (2023-12-15)
78+
79+
### Features
80+
81+
* update sentry/webpack-plugin to v2.2.2 ([10ae22a](https://github.com/nativescript-community/sentry/commit/10ae22a4ff9097a0558b313fb1bea2aa17fe14b0))
82+
83+
## [4.6.12](https://github.com/nativescript-community/sentry/compare/v4.6.11...v4.6.12) (2023-02-23)
84+
85+
### Bug Fixes
86+
87+
* removed debug logging ([e16a498](https://github.com/nativescript-community/sentry/commit/e16a498b01d31c9f2674900063337064542f7fd2))
88+
89+
## [4.6.11](https://github.com/nativescript-community/sentry/compare/v4.6.10...v4.6.11) (2023-02-22)
90+
91+
### Bug Fixes
92+
93+
* typings fix for flush method ([6b7f94c](https://github.com/nativescript-community/sentry/commit/6b7f94c47c05e25ad40996430fe3878d0ec2f903))
94+
95+
## [4.6.10](https://github.com/nativescript-community/sentry/compare/v4.6.9...v4.6.10) (2023-02-22)
96+
97+
### Bug Fixes
98+
99+
* **android:** missing native-api-usage ([57800b3](https://github.com/nativescript-community/sentry/commit/57800b36f0966dc541608e9bab54ccf9828f6908))
100+
101+
## [4.6.9](https://github.com/nativescript-community/sentry/compare/v4.6.8...v4.6.9) (2023-01-24)
102+
103+
### Bug Fixes
104+
105+
* **android:** native-api-usage fix ([6433cd5](https://github.com/nativescript-community/sentry/commit/6433cd5281b255c4eb859cce8c5302e02b6a7434))
106+
107+
## [4.6.8](https://github.com/nativescript-community/sentry/compare/v4.6.7...v4.6.8) (2023-01-23)
108+
109+
### Bug Fixes
110+
111+
* **android:** improved native-api-usage ([5886e27](https://github.com/nativescript-community/sentry/commit/5886e2710b32f312111e74e2b79566486ed4a05e))
112+
113+
## [4.6.7](https://github.com/nativescript-community/sentry/compare/v4.6.6...v4.6.7) (2022-12-15)
114+
115+
## [4.6.6](https://github.com/nativescript-community/sentry/compare/v4.6.5...v4.6.6) (2022-12-09)
116+
117+
### Bug Fixes
118+
119+
* **ios:** correctly translate JS stack from fatal error ([30304d3](https://github.com/nativescript-community/sentry/commit/30304d3c5c34d32c7370c48bd3392b49be12db50))
120+
121+
## [4.6.5](https://github.com/nativescript-community/sentry/compare/v4.6.4...v4.6.5) (2022-12-09)
122+
123+
### Features
124+
125+
* captureScreenshot support ([e9e565f](https://github.com/nativescript-community/sentry/commit/e9e565f2301ef3964772297a639242b422483b7c))
126+
127+
## [4.6.4](https://github.com/nativescript-community/sentry/compare/v4.6.3...v4.6.4) (2022-12-09)
128+
129+
### Bug Fixes
130+
131+
* **android:** native sdk update ([633dd3a](https://github.com/nativescript-community/sentry/commit/633dd3aebed875bb7fb2e6c08eeca53c208756ea))
132+
* if there is a crash we dont have time to get the event ([3d3b914](https://github.com/nativescript-community/sentry/commit/3d3b9142335d481f01e6c52560be569048d495ae))
133+
* **ios:** native sdk update with build fix ([b73b021](https://github.com/nativescript-community/sentry/commit/b73b021af47a59b40156503d1776928953d505ed))
134+
* re enable option and removed logs ([190da44](https://github.com/nativescript-community/sentry/commit/190da44752e8a11a4af5eebb5f1eb7856e58b96b))
135+
136+
## [4.6.3](https://github.com/nativescript-community/sentry/compare/v4.6.2...v4.6.3) (2022-12-08)
137+
6138
## [4.6.26](https://github.com/nativescript-community/sentry/compare/v4.6.25...v4.6.26) (2024-03-01)
7139

8140
### 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.26",
2+
"version": "4.6.27",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/sentry/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.27](https://github.com/nativescript-community/sentry/compare/v4.6.26...v4.6.27) (2024-04-09)
7+
8+
## [4.6.24](https://github.com/nativescript-community/sentry/compare/v4.6.23...v4.6.24) (2024-02-28)
9+
10+
## [4.6.23](https://github.com/nativescript-community/sentry/compare/v4.6.22...v4.6.23) (2024-02-28)
11+
12+
### Bug Fixes
13+
14+
* **android:** events contains more data ([8b1c801](https://github.com/nativescript-community/sentry/commit/8b1c8016697b9b80b3f4cb528e525c0b10cec275))
15+
616
## [4.6.26](https://github.com/nativescript-community/sentry/compare/v4.6.25...v4.6.26) (2024-03-01)
717

818
**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.26",
3+
"version": "4.6.27",
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)