Fix trust probe not setting a response status code in certain failure scenarios.
Add HandlerOpts.Dev, which controls whether the SDK is in "dev mode" (taking precedence over INNGEST_DEV). This is necessary for testing, since env vars bleed between tests.
Fix introspection not responding with the correct data when in "dev mode" and an invalid signature is sent.
Description
HandlerOpts.Dev
, which controls whether the SDK is in "dev mode" (taking precedence overINNGEST_DEV
). This is necessary for testing, since env vars bleed between tests.