opentelemetry-instrumentations-js
opentelemetry-instrumentations-js copied to clipboard
feat(remix): add hook for reporting error
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.