decentraland / editor-sdk6

VSCode extension for Decentraland SDK6
https://marketplace.visualstudio.com/items?itemName=DecentralandFoundation.decentraland
MIT License
3 stars 0 forks source link

Migrate Rollbar to Sentry #105

Closed kevinszuchet closed 1 year ago

kevinszuchet commented 1 year ago

🎉 Description

  1. Create Sentry project in its dashboard
  2. Add Sentry SDK to the project following the docs
  3. Refactor the Rollbar adapter src/modules/rollbar to use Sentry SDK instead

It would be nice if we could take this adapter out of this specific project so we can use it both in the editor-sdk6 and editor-sdk7.