You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make an eas build (any platform), and do an update with expo publish.
Source maps are uploaded correctly for both eas builds and expo publish. Confirm on the bugsnag settings dashboard.
Any bugs notified from the published do not have the right sourcemaps configurations and do not have the unobfuscated stacktraces.
Environment
Bugsnag version: 48.1.0
Expo SDK version (e.g. SDK 44): 48
Device (e.g. iphonex): Any
What's happening
I went ahead and looked into what changed since this used to work before v48.
I believe the culprit is a731586
This change removes setting the right codeBundleId on the bugsnag notifier. It seems premature to do so since expo publish is still around, and bugsnag still doesn't officially support eas update.
Describe the bug
On new build updates with "expo publish", the reported bugs do not have the right source map configurations.
Steps to reproduce
Environment
What's happening
I went ahead and looked into what changed since this used to work before v48.
I believe the culprit is a731586
This change removes setting the right
codeBundleIdon the bugsnag notifier. It seems premature to do so sinceexpo publishis still around, and bugsnag still doesn't officially supporteas update.