@sentry/react-native 3.2.7 → 3.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +10 -11
- package/dist/js/version.d.ts +1 -1
- package/dist/js/version.js +1 -1
- package/dist/js/version.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.2.8
|
|
4
|
+
|
|
5
|
+
### Various fixes & improvements
|
|
6
|
+
|
|
7
|
+
- rollback (4fd13137) by @marandaneto
|
|
8
|
+
- fix build badge (2f7a774d) by @marandaneto
|
|
9
|
+
- replace usage of master to main (30b44232) by @marandaneto
|
|
10
|
+
|
|
3
11
|
## 3.2.7
|
|
4
12
|
|
|
5
13
|
- fix: ReactNavigationV4Instrumentation null when evaluating 'state.routes' #1940
|
package/README.md
CHANGED
|
@@ -6,15 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
_Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us [<kbd>**Check out our open positions**</kbd>](https://sentry.io/careers/)_
|
|
8
8
|
|
|
9
|
-
Sentry SDK for React Native
|
|
10
|
-
===========================
|
|
9
|
+
# Sentry SDK for React Native
|
|
11
10
|
|
|
12
|
-
[](https://github.com/getsentry/sentry-react-native/actions/workflows/buildandtest.yml)
|
|
13
12
|
[](https://github.com/getsentry/sentry-react-native/actions?query=workflow%3A"End-to-End%20Tests")
|
|
14
13
|
[](https://www.npmjs.com/package/@sentry/react-native)
|
|
15
14
|
[](https://www.npmjs.com/package/@sentry/react-native)
|
|
16
15
|
[](https://www.npmjs.com/package/@sentry/react-native)
|
|
17
|
-
[](https://discord.gg/PXa5Apfe7K)
|
|
16
|
+
[](https://discord.gg/PXa5Apfe7K)
|
|
18
17
|
|
|
19
18
|
## Requirements
|
|
20
19
|
|
|
@@ -56,7 +55,7 @@ How to use it:
|
|
|
56
55
|
import * as Sentry from "@sentry/react-native";
|
|
57
56
|
|
|
58
57
|
Sentry.init({
|
|
59
|
-
dsn: "__DSN__"
|
|
58
|
+
dsn: "__DSN__",
|
|
60
59
|
});
|
|
61
60
|
|
|
62
61
|
Sentry.setTag("myTag", "tag-value");
|
|
@@ -78,9 +77,9 @@ If you are coming from `react-native-sentry` which was our SDK `< 1.0` you shoul
|
|
|
78
77
|
|
|
79
78
|
## Resources
|
|
80
79
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
80
|
+
- [](https://docs.sentry.io/platforms/react-native/)
|
|
81
|
+
- [](https://forum.sentry.io/c/sdks)
|
|
82
|
+
- [](https://discord.gg/PXa5Apfe7K)
|
|
83
|
+
- [](http://stackoverflow.com/questions/tagged/sentry)
|
|
84
|
+
- [](https://github.com/getsentry/.github/blob/main/CODE_OF_CONDUCT.md)
|
|
85
|
+
- [](https://twitter.com/intent/follow?screen_name=getsentry)
|
package/dist/js/version.d.ts
CHANGED
package/dist/js/version.js
CHANGED
package/dist/js/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/js/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG,gCAAgC,CAAC;AACzD,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC","sourcesContent":["export const SDK_NAME = \"sentry.javascript.react-native\";\nexport const SDK_VERSION = \"3.2.
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/js/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG,gCAAgC,CAAC;AACzD,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC","sourcesContent":["export const SDK_NAME = \"sentry.javascript.react-native\";\nexport const SDK_VERSION = \"3.2.8\";\n"]}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sentry/react-native",
|
|
3
3
|
"homepage": "https://github.com/getsentry/sentry-react-native",
|
|
4
4
|
"repository": "https://github.com/getsentry/sentry-react-native",
|
|
5
|
-
"version": "3.2.
|
|
5
|
+
"version": "3.2.8",
|
|
6
6
|
"description": "Official Sentry SDK for react-native",
|
|
7
7
|
"typings": "dist/js/index.d.ts",
|
|
8
8
|
"types": "dist/js/index.d.ts",
|