Skip to content

Commit e4139f0

Browse files
committed
changelog entry
1 parent 3e90b28 commit e4139f0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/migration/v8-to-v9.md

+4
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ The following outlines deprecations that were introduced in version 8 of the SDK
175175
To enable session tracking, it is recommended to unset `autoSessionTracking` and ensure that either, in browser environments the `browserSessionIntegration` is added, or in server environments the `httpIntegration` is added.
176176
To disable session tracking, it is recommended unset `autoSessionTracking` and to remove the `browserSessionIntegration` in browser environments, or in server environments configure the `httpIntegration` with the `trackIncomingRequestsAsSessions` option set to `false`.
177177

178+
- **The metrics API has been removed from the SDK.**
179+
180+
The Sentry metrics beta has ended and the metrics API has been removed from the SDK. Learn more in [help center docs](https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Metrics-Beta-Ended-on-October-7th).
181+
178182
## `@sentry/utils`
179183

180184
- **The `@sentry/utils` package has been deprecated. Import everything from `@sentry/core` instead.**

packages/astro/src/index.types.ts

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import type { NodeOptions } from '@sentry/node';
1010
import type { Client, Integration, Options, StackParser } from '@sentry/core';
1111

1212
import type * as clientSdk from './index.client';
13-
import type * as serverSdk from './index.server';
1413
import sentryAstro from './index.server';
1514

1615
/** Initializes Sentry Astro SDK */

0 commit comments

Comments
 (0)