Skip to content

Commit 1427444

Browse files
authored
Merge pull request #19 from subtrace/dev/sachin/spceify.tracer.token
specify token type to be tracer token during setup
2 parents 18c9616 + 9df3944 commit 1427444

7 files changed

+7
-7
lines changed

golang.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ And get a `SUBTRACE_TOKEN` from the Subtrace [dashboard](https://subtrace.dev/da
4545
for free to set it as an environment variable.
4646

4747
```bash
48-
# get a token for free at https://subtrace.dev/dashboard
48+
# get a tracer token for free at https://subtrace.dev/dashboard
4949
export SUBTRACE_TOKEN=
5050
```
5151

kubernetes.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Make sure the container has the `SUBTRACE_TOKEN` environment variable in your
5555
deployment YAML. Typically, this is done with a [Kubernetes secret](https://kubernetes.io/docs/concepts/configuration/secret/), but if your
5656
app uses an external secret manager, consult its documentation. If you don't
5757
have a Subtrace token yet, go to the **Tokens** page on the
58-
[dashboard](https://subtrace.dev/dashboard) to create one.
58+
[dashboard](https://subtrace.dev/dashboard) and create a tracer token.
5959
</Tip>
6060

6161
<Tip>

nodejs-express.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ And get a `SUBTRACE_TOKEN` from the Subtrace [dashboard](https://subtrace.dev/da
3737
for free to set it as an environment variable.
3838

3939
```bash
40-
# get a token for free at https://subtrace.dev/dashboard
40+
# get a tracer token for free at https://subtrace.dev/dashboard
4141
export SUBTRACE_TOKEN=
4242
```
4343

php-laravel.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Then get a `SUBTRACE_TOKEN` from the Subtrace [dashboard](https://subtrace.dev/d
2020
for free and set it as an environment variable.
2121

2222
```bash
23-
# get a token for free at https://subtrace.dev/dashboard
23+
# get a tracer token for free at https://subtrace.dev/dashboard
2424
export SUBTRACE_TOKEN=
2525
```
2626

python-fastapi.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Get a `SUBTRACE_TOKEN` from the Subtrace [dashboard](https://subtrace.dev/dashbo
4343
for free to set it as an environment variable.
4444

4545
```bash
46-
# get a token for free at https://subtrace.dev/dashboard
46+
# get a tracer token for free at https://subtrace.dev/dashboard
4747
export SUBTRACE_TOKEN=
4848
```
4949

python-flask.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Before we move on to the next step, get a `SUBTRACE_TOKEN` from the Subtrace
3535
environment variable.
3636

3737
```bash
38-
# get a token for free at https://subtrace.dev/dashboard
38+
# get a tracer token for free at https://subtrace.dev/dashboard
3939
export SUBTRACE_TOKEN=
4040
```
4141

python-gunicorn.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Get a `SUBTRACE_TOKEN` from the Subtrace [dashboard](https://subtrace.dev/dashbo
3333
for free to set it as an environment variable.
3434

3535
```bash
36-
# get a token for free at https://subtrace.dev/dashboard
36+
# get a tracer token for free at https://subtrace.dev/dashboard
3737
export SUBTRACE_TOKEN=
3838
```
3939

0 commit comments

Comments
 (0)