This commit is contained in:
MarSeventh
2024-07-19 23:26:06 +08:00
commit 4e0c55d1f9
1401 changed files with 69819 additions and 0 deletions

11
node_modules/@sentry-internal/tracing/README.md generated vendored Normal file
View File

@@ -0,0 +1,11 @@
<p align="center">
<a href="https://sentry.io/?utm_source=github&utm_medium=logo" target="_blank">
<img src="https://sentry-brand.storage.googleapis.com/sentry-wordmark-dark-280x84.png" alt="Sentry" width="280" height="84">
</a>
</p>
## Sentry Internal Tracing Package - Do not use directly, for internal use only
This is an internal package that is being used to migrate @sentry/tracing code to its respective runtime packages.
For v8, @sentry/tracing will be dropped and the code in this package will be split into @sentry/browser and @sentry/node.