The withDatadog()
plugin for hot-updater enables automatic sourcemap upload to Datadog during the update bundle build process.
This helps you track production crashes with accurate stack traces tied to your React Native source code.
DATADOG_API_KEY
.DATADOG_HOST
(e.g., DATADOG_HOST=datadoghq.eu
)Use withDatadog()
to wrap any compatible build plugin such as bare.
Once wrapped, sourcemaps will automatically be uploaded to Datadog when running the hot-updater deploy
process.
When withDatadog()
wraps your build plugin, all generated sourcemaps are uploaded to Datadog automatically during the hot-updater deploy
process.
Now, every time you deploy, sourcemaps will be automatically uploaded to Datadog.