Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for EAS Update #302

Merged
merged 11 commits into from
Nov 24, 2022
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### 🛠 Breaking changes

- Add support for EAS Update. ([#302](https://github.com/expo/sentry-expo/pull/302) by [@kbrandwijk](https://github.com/kbrandwijk))

### 🎉 New features

### 🐛 Bug fixes
Expand Down
3 changes: 2 additions & 1 deletion build/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './sentry';
export { SentryExpoNativeOptions, SentryExpoWebOptions } from './utils';
export * as Browser from '@sentry/browser';
export * as Browser from '@sentry/react';
export * as React from '@sentry/react';
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion build/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build/integrations/bare.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/integrations/bare.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/integrations/managed.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions build/integrations/managed.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading