Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2025
1 parent 4deaf63 commit 668deff
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .changeset/big-beds-travel.md

This file was deleted.

21 changes: 21 additions & 0 deletions apps/squareone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# squareone

## 0.16.0

### Minor Changes

- [#176](https://github.com/lsst-sqre/squareone/pull/176) [`8e5b789`](https://github.com/lsst-sqre/squareone/commit/8e5b789ab0b4c591cca1f42db0e6cf773d8b0ccc) Thanks [@fajpunk](https://github.com/fajpunk)! - Added Sentry instrumentation to the `squareone` app.

Both the NextJS client (frontend) and server (backend) code are instrumented with the official [Sentry NextJS integration](https://docs.sentry.io/platforms/javascript/guides/nextjs/). The Sentry DSN should be provided in a `SENTRY_DSN` environment variable. If a Sentry DSN is not provided, there will be no changes to app behaviour. If a Sentry DSN is provided, then these things will be sent to Sentry:

- Any uncaught exceptions and error-level logs
- Traces for user interaction (according to the sample settings)
- Session replays for user interaction (according to the sample settings)

There are new config file options for Sentry configuration:

- `sentryTracesSampleRate`
- `sentryReplaysSessionSampleRate`
- `sentryReplaysOnErrorSampleRate`
- `sentryDebug`

There is a new route, `/sentry-example-page` which provides a way to quickly check that the Sentry integration is working.

## 0.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/squareone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squareone",
"version": "0.15.0",
"version": "0.16.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
Expand Down

0 comments on commit 668deff

Please sign in to comment.