getsentry/sentry-dart-plugin

Support custom `dist`

marandaneto opened this issue · 2 comments

// TODO: add support to custom dist

so you can do it in the pubspec

sentry:
  release: ...
  dist: ...

Putting p1 because this is more important for Flutter Web.

Will address this as well since its required for #137