Skip to content

Commit 95ee57e

Browse files
committed
remove package mentions
1 parent ab4fdc9 commit 95ee57e

File tree

21 files changed

+42
-51
lines changed

21 files changed

+42
-51
lines changed

src/platform-includes/getting-started-install/javascript.angular.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
```bash {tabTitle:npm}
22
# Angular 12 and newer:
3-
npm install --save @sentry/angular-ivy @sentry/tracing
3+
npm install --save @sentry/angular-ivy
44

55
# Angular 10 and 11:
6-
npm install --save @sentry/angular @sentry/tracing
6+
npm install --save @sentry/angular
77
```
88

99
```bash {tabTitle:Yarn}
1010
# Angular 12 and newer:
11-
yarn add @sentry/angular-ivy @sentry/tracing
11+
yarn add @sentry/angular-ivy
1212

1313
# Angular 10 and 11:
14-
yarn add @sentry/angular @sentry/tracing
14+
yarn add @sentry/angular
1515
```
1616

1717
### Angular Version Compatibility

src/platform-includes/getting-started-install/javascript.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
```bash {tabTitle: yarn}
2-
yarn add @sentry/browser @sentry/tracing
2+
yarn add @sentry/browser
33
```
44

55
```bash {tabTitle: npm}
6-
npm install --save @sentry/browser @sentry/tracing
6+
npm install --save @sentry/browser
77
```
88

99
<Note>
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```bash {tabTitle: ESM}
22
# Using npm
3-
npm install --save @sentry/react @sentry/tracing
3+
npm install --save @sentry/react
44

55
# Using yarn
6-
yarn add @sentry/react @sentry/tracing
6+
yarn add @sentry/react
77
```
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```bash {tabTitle:npm}
2-
npm install --save @sentry/svelte @sentry/tracing
2+
npm install --save @sentry/svelte
33
```
44

55
```bash {tabTitle:yarn}
6-
yarn add @sentry/svelte @sentry/tracing
6+
yarn add @sentry/svelte
77
```
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```bash {tabTitle:npm}
2-
npm install --save @sentry/vue @sentry/tracing
2+
npm install --save @sentry/vue
33
```
44

55
```bash {tabTitle:Yarn}
6-
yarn add @sentry/vue @sentry/tracing
6+
yarn add @sentry/vue
77
```
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The `@sentry/tracing` package provides a `BrowserTracing` integration to add automatic instrumentation for monitoring the performance of browser applications.
1+
The `@sentry/browser` package provides a `BrowserTracing` integration to add automatic instrumentation for monitoring the performance of browser applications.

src/platform-includes/performance/enable-automatic-instrumentation/javascript.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To enable tracing, include the `BrowserTracing` integration in your SDK configuration options. (Note that when using ESM modules, the main `@sentry/*` import must come before the `@sentry/tracing` import.)
1+
To enable tracing, include the `BrowserTracing` integration in your SDK configuration options.
22

33
After configuration, you will see both `pageload` and `navigation` transactions in the Sentry UI.
44

src/platform-includes/performance/enable-automatic-instrumentation/javascript.react.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To enable tracing, include the `BrowserTracing` integration in your SDK configuration options. (Note that when using ESM modules, the main `@sentry/react` import must come before the `@sentry/tracing` import.)
1+
To enable tracing, include the `BrowserTracing` integration in your SDK configuration options.
22

33
To use `react-router` integration, import and set a custom routing instrumentation using a custom history. Make sure you use a `Router` component combined with `createBrowserHistory` (or equivalent).
44

src/platforms/javascript/common/configuration/tree-shaking/index.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ To make optional code eligible for tree shaking, you can replace various flags i
2424
`__SENTRY_TRACING__`
2525

2626
: Replacing this flag with `false` will tree shake all code in the SDK that is related to performance monitoring.
27-
**Attention:** `__SENTRY_TRACING__` must not be replaced with `false` when you're directly using the `@sentry/tracing` package, or when you're using any performance monitoring related SDK features (e.g. `Sentry.startTransaction()`).
28-
This flag is intended to be used in combination with packages like `@sentry/next` where the `@sentry/tracing` package is used implicitly.
27+
**Attention:** `__SENTRY_TRACING__` must not be replaced with `false` when when you're using any performance monitoring related SDK features (e.g. `Sentry.startTransaction()`). This flag is intended to be used in combination with packages like `@sentry/next` or `@sentry/sveltekit` that automatically include performance monitoring functionality.
2928

3029
<PlatformSection notSupported={["javascript.nextjs"]}>
3130

src/platforms/javascript/common/configuration/webworkers/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ self.onmessage = message => {
8585

8686
### Integrations
8787

88-
Using non-default integrations such as [@sentry/tracing](/platforms/javascript/performance/) inside Web Workers may not work as expected. Non-default integrations enabled outside workers' scope are not affected by worker-level configurations and will still work as expected.
88+
Using non-default integrations inside Web Workers may not work as expected. Non-default integrations enabled outside workers' scope are not affected by worker-level configurations and will still work as expected.
8989

9090
### Source Maps
9191

src/platforms/javascript/common/install/cdn.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Sentry.init({
7777

7878
Our CDN hosts a variety of bundles:
7979

80-
- `@sentry/browser` (named `bundle.<modifiers>.js`)
81-
- `@sentry/browser` and `@sentry/tracing` together (named `bundle.tracing.<modifiers>.js`)
80+
- `@sentry/browser` with error monitoring only (named `bundle.<modifiers>.js`)
81+
- `@sentry/browser` with error and performance monitoring (named `bundle.tracing.<modifiers>.js`)
8282
- each of the integrations in `@sentry/integrations` (named `<integration-name>.<modifiers>.js`)
8383

8484
Each bundle is offered in both ES6 and ES5 versions, and for each version there are three bundle varieties: unminified, minified, and minified with debug logging. (That last version can be helpful for times when you need to debug an issue which only occurs in production. In a development environment, it makes most sense to use the unminified bundle, which always includes logging.)

src/platforms/javascript/guides/ember/configuration/ember-options.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following documentation is for Ember specific configuration, for Sentry opti
2727

2828
### Performance Monitoring Considerations
2929

30-
The Sentry tracing integration is already set up via the Ember addon with custom Ember instrumentation for routing, components, and the runloop. It sideloads `@sentry/tracing` as a chunk to instrument your application. If you would like to disable this automatic instrumentation and no longer receive the associated transactions, you can set `disablePerformance` in your config as in this example:
30+
The Sentry tracing integration is already set up via the Ember addon with custom Ember instrumentation for routing, components, and the runloop. It sideloads Sentry performance monitoring as a chunk to instrument your application. If you would like to disable this automatic instrumentation and no longer receive the associated transactions, you can set `disablePerformance` in your config as in this example:
3131

3232
```javascript
3333
ENV["@sentry/ember"] = {

src/platforms/javascript/guides/react/configuration/integrations/react-router.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ React Router support is included in the `@sentry/react` package since version `5
1111

1212
<Alert level="info" title="Note">
1313

14-
The React Router integration is designed to work with our Tracing SDK, `@sentry/tracing`. Please see [Getting Started with React Performance](/product/performance/getting-started/?platform=react) for more details on how to set up and install the SDK.
14+
The React Router integration is designed to work with Sentry Performance Monitoring. Please see [Getting Started with React Performance](/product/performance/getting-started/?platform=react) for more details on how to set up and install the SDK.
1515

1616
</Alert>
1717

src/wizard/javascript/angular.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Add the Sentry SDK as a dependency using `yarn` or `npm`:
1414

1515
```bash
1616
# Using yarn (Angular 12+)
17-
yarn add @sentry/angular-ivy @sentry/tracing
17+
yarn add @sentry/angular-ivy
1818
# Using yarn (Angular 10 and 11)
19-
yarn add @sentry/angular @sentry/tracing
19+
yarn add @sentry/angular
2020

2121
# Using npm (Angular 12+)
22-
npm install --save @sentry/angular-ivy @sentry/tracing
22+
npm install --save @sentry/angular-ivy
2323
# Using npm (Angular 10 and 11)
24-
npm install --save @sentry/angular @sentry/tracing
24+
npm install --save @sentry/angular
2525
```
2626

2727
You should `init` the Sentry browser SDK in your `main.ts` file as soon as possible during application load up, before initializing Angular:

src/wizard/javascript/backbone.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Install our JavaScript browser SDK using either `yarn` or `npm`:
99

1010
```bash {tabTitle: ESM}
1111
# Using yarn
12-
yarn add @sentry/browser @sentry/tracing
12+
yarn add @sentry/browser
1313
# Using npm
14-
npm install --save @sentry/browser @sentry/tracing
14+
npm install --save @sentry/browser
1515
```
1616

1717
We also support alternate [installation methods](/platforms/javascript/install/).

src/wizard/javascript/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Install our JavaScript browser SDK using either `yarn` or `npm`:
99

1010
```bash {tabTitle: ESM}
1111
# Using yarn
12-
yarn add @sentry/browser @sentry/tracing
12+
yarn add @sentry/browser
1313
# Using npm
14-
npm install --save @sentry/browser @sentry/tracing
14+
npm install --save @sentry/browser
1515
```
1616

1717
We also support alternate [installation methods](/platforms/javascript/install/).

src/wizard/javascript/performance-onboarding/javascript/1.install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Install our JavaScript browser SDK using either `yarn` or `npm`:
1111

1212
```bash
1313
# Using yarn
14-
yarn add @sentry/browser @sentry/tracing
14+
yarn add @sentry/browser
1515

1616
# Using npm
17-
npm install --save @sentry/browser @sentry/tracing
17+
npm install --save @sentry/browser
1818
```

src/wizard/javascript/performance-onboarding/react/1.install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Install our JavaScript browser SDK using either `yarn` or `npm`:
1111

1212
```bash
1313
# Using yarn
14-
yarn add @sentry/react @sentry/tracing
14+
yarn add @sentry/react
1515

1616
# Using npm
17-
npm install --save @sentry/react @sentry/tracing
17+
npm install --save @sentry/react
1818
```

src/wizard/javascript/react/index.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ support_level: production
55
type: framework
66
---
77

8-
In this quick guide you’ll set up:
9-
10-
- `@sentry/react` for [error monitoring](https://docs.sentry.io/platforms/javascript/guides/react/)
11-
- `@sentry/tracing` for [performance monitoring](https://docs.sentry.io/platforms/javascript/guides/react/performance/)
8+
In this quick guide you’ll set up `@sentry/react` for [error monitoring](https://docs.sentry.io/platforms/javascript/guides/react/) and [performance monitoring](https://docs.sentry.io/platforms/javascript/guides/react/performance/)
129

1310
---
1411

@@ -18,10 +15,10 @@ Sentry captures data by using an SDK within your application’s runtime.
1815

1916
```bash
2017
# Using yarn
21-
yarn add @sentry/react @sentry/tracing
18+
yarn add @sentry/react
2219

2320
# Using npm
24-
npm install --save @sentry/react @sentry/tracing
21+
npm install --save @sentry/react
2522
```
2623

2724
## Configure

src/wizard/javascript/svelte.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ support_level: production
55
type: framework
66
---
77

8-
To instrument your Svelte application with Sentry, first install the `@sentry/svelte` and `@sentry/tracing` packages:
8+
To instrument your Svelte application with Sentry, first install the `@sentry/svelte` package:
99

1010
```bash
1111
# Using yarn
12-
yarn add @sentry/svelte @sentry/tracing
12+
yarn add @sentry/svelte
1313

1414
# Using npm
15-
npm install --save @sentry/svelte @sentry/tracing
15+
npm install --save @sentry/svelte
1616
```
1717

1818
Next, import and initialize initialize Sentry in your Svelte app's entry point (`main.ts/js`):

src/wizard/javascript/vue.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,18 @@ type: framework
77

88
## Instrument your application
99

10-
To begin collecting error and performance data from your Vue application, you'll need the following packages:
11-
12-
- `@sentry/vue` (Sentry's Vue SDK)
13-
- `@sentry/tracing` (instruments performance data)
14-
15-
Below are instructions for using your favorite package manager, or alternatively loaded directly from our CDN.
10+
To begin collecting error and performance data from your Vue application, you'll need to install the `@sentry/vue` package (Sentry's Vue SDK).
1611

1712
### Using yarn or npm
1813

1914
Install the dependencies:
2015

2116
```bash
2217
# Using yarn
23-
yarn add @sentry/vue @sentry/tracing
18+
yarn add @sentry/vue
2419

2520
# Using npm
26-
npm install --save @sentry/vue @sentry/tracing
21+
npm install --save @sentry/vue
2722
```
2823

2924
Next, initialize Sentry in your app entry point before you initialize your root component.

0 commit comments

Comments
 (0)