Skip to content

Commit

Permalink
Remove dependency on expo-updates (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne authored Jul 11, 2023
1 parent 86f51d1 commit 38985d7
Show file tree
Hide file tree
Showing 17 changed files with 58 additions and 24 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

### 🐛 Bug fixes

- Remove dependency on expo-updates ([#356](https://github.com/expo/sentry-expo/pull/356) by [@brentvatne](https://github.com/brentvatne))
- Create new options object on every init to avoid read only error when initializing multiple times ([#350](https://github.com/expo/sentry-expo/pull/350) by [@krystofwoldrich](https://github.com/krystofwoldrich))

### 🧹 Chores
Expand Down
7 changes: 7 additions & 0 deletions build/integrations/Updates.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export declare const isEmbeddedLaunch: boolean;
export declare const releaseChannel: string;
export declare const channel: string | null;
export declare const updateId: string | null;
export declare const runtimeVersion: string | null;
export declare const manifest: any;
//# sourceMappingURL=Updates.d.ts.map
1 change: 1 addition & 0 deletions build/integrations/Updates.d.ts.map

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

15 changes: 15 additions & 0 deletions build/integrations/Updates.js

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

1 change: 1 addition & 0 deletions build/integrations/Updates.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/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.

4 changes: 2 additions & 2 deletions build/integrations/managed.js

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

Loading

0 comments on commit 38985d7

Please sign in to comment.