2.1.1 • Published 5 years ago

sentry-expo-updates v2.1.1

Weekly downloads
10
License
MIT
Repository
-
Last release
5 years ago

sentry-expo-updates

This is a fork of sentry-expo with modifications to work with expo-updates on a bare workflow.

Installation

npm install @sentry/integrations sentry-expo-updates

Instead of Sentry.init use configureWithExpoUpdates

import { configureWithExpoUpdates } from 'sentry-expo-updates';

...
configureWithExpoUpdates({
  dsn: `https://${Config.SENTRY_CLIENT_KEY}@sentry.io/${Config.SENTRY_PROJECT_ID}`,
  enabled: ...
});

Sourcemaps support

{
  ...
  "expo": {
    ...
    "hooks": {
      ...
      "postPublish": [
        {
          "file": "sentry-expo-updates/upload-sourcemaps",
          "config": {
            "organization": "...",
            "project": "..",
            "authToken": "..."
          }
        }
      ]
    }
  }
}

Limitations

  • This library is not tested with the new no-publish workflow of expo-updates.
  • Native crash is not tagged with expo-updates revision id.

Some Links

Sentry Website

sentry-react-native repo

2.1.1

5 years ago

2.0.6

5 years ago

2.1.0

5 years ago

2.0.5

5 years ago