Documentation has missing Information about linking sentry errors in openReplay sessions

Open Beginner friendly
#135 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
72/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Quiet
Tech stack
javascript
Domain
documentation

Research direction

Open the Sentry integration documentation at the linked page and review section 4, “Attach openreplaySessionURL.” Compare both examples with the requested session URL tag and verify that the finished documentation explains linking from Sentry to the OpenReplay session video as well as the reverse direction.

Written by the indexing model from the issue text.

Description

I have noticed, that the documentation is missing one line in the examples of linking Sentry issues in the openReplay Session, to show the directly in the OpenReplay video:

https://docs.openreplay.com/en/integrations/sentry/#4-attach-openreplaysessionurl-optional-yet-very-useful

 const tracker = new OpenReplay({
 projectKey: window.OPENREPLAY_PROJECT_KEY,
 
 onStart: ({ sessionToken, sessionID }) => {
  // This is to link from OpenReplay -> Sentry
  Sentry.setTag("openReplaySessionToken", sessionToken);
 
  // This is to link from Sentry -> OpenReplay (requires tracker v3.6.0+)
  Sentry.setTag(
    "openReplaySessionURL",
    tracker.getSessionURL();
    );
  },
});

Both your examples will create a link from Sentry to OpenReplay.

Dominant language
MDX
Stars
16
Forks
23
Avg merge
39m
Merged PRs (30d)
3

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from openreplay/documentation

All issues in openreplay/documentation

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.