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
{{ message }}
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
As a developer I want to see error reporting (and ideally performance metrics) on our serverless worker functions.
HOWEVER
Sentry does not offer a pure JS SDK for serverless; they have a nodejs SDK with wrappers for Lambda/GCP.
But! Cloudflare workers are special (no cold start) and don't really support a node runtime (in beta and a bit wonky).
One option is to take inspiration from the node & pure js SDKs and create a new JS serverless SDK using their API
A second possible option is to investigate migrating the worker code to Rust and using the Sentry Rust SDK. It's unclear without more investigation IF this is viable.
The text was updated successfully, but these errors were encountered:
As a developer I want to see error reporting (and ideally performance metrics) on our serverless worker functions.
HOWEVER
Sentry does not offer a pure JS SDK for serverless; they have a nodejs SDK with wrappers for Lambda/GCP.
But! Cloudflare workers are special (no cold start) and don't really support a node runtime (in beta and a bit wonky).
One option is to take inspiration from the node & pure js SDKs and create a new JS serverless SDK using their API
A second possible option is to investigate migrating the worker code to Rust and using the Sentry Rust SDK. It's unclear without more investigation IF this is viable.
The text was updated successfully, but these errors were encountered: