You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Explicitly implement error bypass behavior instead of relying on the platform (#123)
In this patch we are changing the function to catch all the throws and return undefined in those situations.
The reason we do this is because returning undefined will cause the next edge function in the chain to be executed.
This is equivalent to setting the Edge Function's `config.onError` property to "bypass", but is handled completely by the Edge Function instead of by something else.
0 commit comments