opentelemetry-instrumentations-js icon indicating copy to clipboard operation
opentelemetry-instrumentations-js copied to clipboard

feat(remix): add hook for reporting error

Open JakeGinnivan opened this issue 1 year ago • 0 comments

I'm unfortunately using application insights and if the parent span is not of type SERVER, reportException goes nowhere.

I have a custom reportException function which handles the oddities of app insights and need a hook into this so I can control how errors are reported.

JakeGinnivan avatar Oct 09 '24 07:10 JakeGinnivan