miaoda-expo-devkit 0.1.1-beta.85 → 0.1.1-beta.86

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.
@@ -164,7 +164,7 @@ function getParentOrigin() {
164
164
  return "*";
165
165
  }
166
166
  }
167
- var OVERRIDE_DSN = process.env["SENTRY_OVERRIDE_DSN"] ?? "https://stubPublicKey@o0.ingest.sentry.io/0";
167
+ var OVERRIDE_DSN = process.env["INJECT_SENTRY_DSN"] ?? "https://stubPublicKey@o0.ingest.sentry.io/0";
168
168
  var _capture = new SentryCapture({
169
169
  onError(info) {
170
170
  console.warn("[SentryStub] \u6355\u83B7\u5230\u9519\u8BEF\uFF1A", info.message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miaoda-expo-devkit",
3
- "version": "0.1.1-beta.85",
3
+ "version": "0.1.1-beta.86",
4
4
  "description": "Expo 应用开发工具集:Sentry DSN 替换 stub、错误/网络捕获、Metro 符号化",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",