Skip to content

Commit baf2944

Browse files
mjombleLuca Forstner
andauthored
docs: Add explanation about setting org via SENTRY_ORG environment variable (#405)
Co-authored-by: Luca Forstner <luca.forstner@sentry.io>
1 parent ffee2bd commit baf2944

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/bundler-plugin-core/src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
export interface Options {
22
/**
33
* The slug of the Sentry organization associated with the app.
4+
*
5+
* This value can also be specified via the `SENTRY_ORG` environment variable.
46
*/
57
org?: string;
68

packages/dev-utils/src/generate-documentation-table.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ const options: OptionDocumentation[] = [
99
{
1010
name: "org",
1111
type: "string",
12-
fullDescription: "The slug of the Sentry organization associated with the app.",
12+
fullDescription:
13+
"The slug of the Sentry organization associated with the app.\n\nThis value can also be specified via the `SENTRY_ORG` environment variable.",
1314
},
1415
{
1516
name: "project",

0 commit comments

Comments
 (0)