Issue
Is it possible to use Sentry with a no-code / low-code product?
Applies To
- User utilize a platform that doesn't use a supported Sentry SDK
Resolution
If the tool you're using does not have a marketplace or community plugin that makes sending error data to Sentry simple, consider the following options:
- If tool produces a log file or similar error message that can be stored on disk, you can consider using the sentry-cli send-event option.
- It is also possible to send more structured data directly to the envelope endpoint (with a webhook for example).