Skip to content

Commit 9c30686

Browse files
Update URL format (#6281)
1 parent ced7d21 commit 9c30686

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/platforms/dotnet/common/configuration/msbuild.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ In addition to authentication, you must configure your Sentry organization and p
5555
You may also want to configure other [optional properties](#optional-msbuild-properties).
5656
5757
The slugs can be found in various places from the Sentry UI, such as in the URL after selecting a project.
58-
For example, if the project URL is `https://sentry.io/organizations/example-org/projects/example-project/?project=1234567`,
59-
then the organization slug is `example-org` and the project slug is `example-project`.
58+
For example, the organization slug is `example-org` and the project slug is `example-project` in the following URLs:
59+
- `https://example-org.sentry.io/projects/example-project/?project=1234567`
60+
- `https://sentry.io/organizations/example-org/projects/example-project/?project=1234567`
6061

6162
If you are self-hosting Sentry (rather than using sentry.io), then you will also need to provide the URL to your Sentry server.
6263

0 commit comments

Comments
 (0)