MindscapeHQ / raygun4js

JavaScript provider for Raygun
https://raygun.com
Other
149 stars 60 forks source link

Fix rg4js returning undefined when using UMD #447

Closed Widdershin closed 2 years ago

Widdershin commented 2 years ago

The rg4js proxy in the umd loader is currently throwing away the return value of the executor. This prevents the use of commands like 'getRaygunInstance'.

Widdershin commented 2 years ago

Thanks for the quick review 😺