supabase-community / sentry-integration-js

MIT License
9 stars 3 forks source link

Move AVAILABLE_OPERATIONS declaration before DEFAULT_OPTIONS #11

Closed etzelc closed 3 months ago

etzelc commented 3 months ago

This PR moves the declaration of AVAILABLE_OPERATIONS before DEFAULT_OPTIONS to fix Uncaught TypeError: AVAILABLE_OPERATIONS is not iterable or Spread syntax requires ...iterable not be null or undefined errors.

This should fix issue #10.

kamilogorek commented 3 months ago

Thanks!

etzelc commented 3 months ago

This was fast. Thanks for the lightning-quick response.