fix(docs):Docs and Exports
- Add documentation for recently released changes - Update some exports to include enums
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
* Compile-time regression: official Sentry SDKs must assign to {@link SentryLike}
|
||||
* without casts or consumer adapters. Checked by `pnpm check` (`tsc --noEmit`).
|
||||
*/
|
||||
import * as Sentry from "@sentry/node";
|
||||
import { createSentrySink, type SentryLike } from "../src/sentry";
|
||||
import * as Sentry from '@sentry/node';
|
||||
import { createSentrySink, type SentryLike } from '../src/sentry';
|
||||
|
||||
const _sdk: SentryLike = Sentry;
|
||||
createSentrySink(Sentry);
|
||||
|
||||
Reference in New Issue
Block a user