It should be possible to get the error from the callback #839
Labels
triage me
I really want to be triaged.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
I can't report the error to Sentry when loading the library fails.
Describe the solution you'd like
I'd like to be able to get the error from the
Loader
in theWrapper
callback
.Describe alternatives you've considered
There is a private
errors
property on theLoader
but I do not want to rely on a private API.Additional context
N/A
The text was updated successfully, but these errors were encountered: