Skip to content

Commit 7f731a3

Browse files
committed
changelog entry
1 parent a79bf8b commit 7f731a3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/migration/v8-to-v9.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ The following outlines deprecations that were introduced in version 8 of the SDK
140140
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.
141141
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`.
142142

143+
- **The metrics API has been removed from the SDK.**
144+
145+
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).
146+
143147
## `@sentry/utils`
144148

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

packages/astro/src/index.types.ts

Lines changed: 0 additions & 1 deletion
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)