Requirements and connection
Tekma supports Sentry.io cloud and one configured project. OAuth is available only when the deployment has configured a Sentry client; otherwise use Use a token instead with a read-capable token. The configured OAuth/token scopes areorg:read, project:read, and event:read. Provider retention, plan limits, project permissions, and event availability still apply.
- Open Settings → Integrations and choose Connect beside Sentry.
- Choose Continue to Sentry when offered, or choose Use a token instead.
- Enter Organization slug and Project slug. These identify the backend project whose events workspace members may read; they are not per-capture fields.
- Choose Connect Sentry. Tekma verifies the organization/project pair before the row becomes Connected.
Read events
- Open a capture and open DevTools.
- Select the Sentry tab when it is available. Tekma starts with the stored recording-start timestamp; when no start is stored, it uses the capture’s
capturedAttimestamp. It never uses upload or database-creation time. - Choose the dataset Errors or Logs. Search is a literal phrase filter. Set Environment when needed; an explicitly empty environment searches all environments.
- Adjust the UTC time window or use the default ±5 minutes. A custom positive window cannot exceed 24 hours. Use pagination controls to read another page.
- Select an event link to open that event in Sentry. The event timestamp is a backend time, not a video playhead position; temporal proximity does not prove causation.
Tekma fetches results on demand. It projects only event ID, timestamp, message/title, severity and a Sentry link. Raw request bodies, user records, stack traces, arbitrary provider fields and credentials are not returned. Results are not persisted into the capture, public share, search index, or AI report. Sentry context is also not added to a destination issue or Slack message.