Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Cron check-ins #210

Merged
merged 2 commits into from
Sep 23, 2023

Conversation

timfish
Copy link
Contributor

@timfish timfish commented Sep 14, 2023

Closes #203

This PR:

  • Updates the Sentry dependencies to 7.69.0
  • Changes ToucanClient to extend ServerRuntimeClient rather than BaseClient
  • Adds a captureCheckIn method to Toucan that sets the context and calls the client method
  • Adds some tests

ServerRuntimeClient has been added as an extension of the BaseClient. It adds all the extensions required for server-side but doesn't use any platform specific code (ie. node).

@changeset-bot
Copy link

changeset-bot bot commented Sep 14, 2023

🦋 Changeset detected

Latest commit: 3508d90

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
toucan-js Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Owner

@robertcepa robertcepa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, thanks for contributing

@robertcepa robertcepa merged commit 948583b into robertcepa:master Sep 23, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sentry Cron monitoring support
2 participants