expo / sentry-expo

MIT License
202 stars 83 forks source link

Fixing this package #318

Closed ShaneBurkhart closed 1 year ago

ShaneBurkhart commented 1 year ago

Summary

there are a lot of problems with getting expo and sentry working together.

additionally, there are problems with eas build not uploading source maps.

is it possible to generate source maps at runtime or include them in the app binary? and then just upload them when a user has a good connection.

you could hash the source map as a check for if a new file needs uploaded.

Managed or bare workflow? If you have ios/ or android/ directories in your project, the answer is bare!

managed

What platform(s) does this occur on?

iOS

SDK Version (managed workflow only)

No response

Environment

production

Reproducible demo or steps to reproduce from a blank project

this is an idea for a feature

ShaneBurkhart commented 1 year ago

i just investigated this a little and it appears we can only upload source maps using the sentry-cli so this doesn't seem feasible.