9.28.1 • Published 5 months ago

@sentry/tanstackstart-react v9.28.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Official Sentry SDK for TanStack Start React (Alpha)

npm version npm dm npm dt

NOTICE: This package is in alpha state and may be subject to breaking changes.

Getting Started

This SDK does not have docs yet. Stay tuned.

Compatibility

The minimum supported version of TanStack Start is 1.111.12.

Custom Usage

To set context information or to send manual events, you can use @sentry/tanstackstart-react as follows:

import * as Sentry from '@sentry/tanstackstart-react';

// Set user information, as well as tags and further extras
Sentry.setTag('user_mode', 'admin');
Sentry.setUser({ id: '4711' });
Sentry.setContext('application_area', { location: 'checkout' });

// Add a breadcrumb for future events
Sentry.addBreadcrumb({
  message: '"Add to cart" clicked',
  // ...
});

// Capture exceptions or messages
Sentry.captureException(new Error('Oh no.'));
Sentry.captureMessage('Hello, world!');

Links

9.28.1

5 months ago

9.28.0

5 months ago

9.27.0

5 months ago

9.26.0

5 months ago

9.25.1

5 months ago

9.25.0

5 months ago

9.24.0

5 months ago

9.23.0

6 months ago

9.22.0

6 months ago

9.21.0

6 months ago

9.20.0

6 months ago

9.19.0

6 months ago

9.18.0

6 months ago

9.17.0

6 months ago

9.16.1

6 months ago

9.16.0

6 months ago

9.15.0

7 months ago

9.14.0

7 months ago

9.13.0

7 months ago

9.12.0

7 months ago

9.11.0

7 months ago

9.10.1

8 months ago

9.10.0

8 months ago

9.9.0

8 months ago

9.8.0

8 months ago

9.7.0

8 months ago

9.7.0-alpha.0

8 months ago

9.6.1

8 months ago

9.6.0

8 months ago