rsnext/examples/with-sentry/pages
Luca Forstner 93bdaf1078
Remove references to withSentry function in with-sentry example (#41326)
<!--
Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change that you're making:
-->

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [x] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)

## Content

In version
[`7.15.0`](https://github.com/getsentry/sentry-javascript/releases/tag/7.15.0)
of the `@sentry/nextjs` SDK we introduced a new build-time feature that
removes the need for manually wrapping API routes.

This PR removes all manual `withSentry` calls from the `with-sentry`
example.

Co-authored-by: Balázs Orbán <info@balazsorban.com>
2022-10-11 16:16:16 +02:00
..
api Remove references to withSentry function in with-sentry example (#41326) 2022-10-11 16:16:16 +02:00
client Add tracing to with-sentry example for Next.js 11 (#30401) 2021-11-29 17:02:00 -06:00
ssr fix(with-sentry example): Small tweaks (#28359) 2021-09-17 14:14:52 +00:00
404.js Update with-sentry example to show how to track API routes + bug fixes (#16484) 2020-11-09 18:36:36 +00:00
_app.js Update example with-sentry (#24819) 2021-05-07 12:52:03 +00:00
_error.js feat(examples): Use helper function in with-sentry example _error.js (#37866) 2022-07-15 21:02:13 +00:00
index.js Add tracing to with-sentry example for Next.js 11 (#30401) 2021-11-29 17:02:00 -06:00