sentry-dart icon indicating copy to clipboard operation
sentry-dart copied to clipboard

Support error tracking and APM for `dart_frog`

Open marandaneto opened this issue 2 years ago • 3 comments

Description

https://pub.dev/packages/dart_frog

Dart Frog is a server-side framework, similar to NodeJS and friends.

  • Consider adding a header util instead of parsing headers manually, issue.
  • Check if the single hub/scope won't attach spans to the wrong transaction, this could be possible due to the nature of the Dart SDK being user SDKs as of now (Mobile, Web).

If you're interested in this, please upvote this issue!

marandaneto avatar Apr 17 '23 07:04 marandaneto

I would happily transfer ownership of the library I wrote for it: https://pub.dev/packages/sentry_dart_frog

ueman avatar Nov 09 '23 18:11 ueman