Skip to content

Commit c115e13

Browse files
committed
small doc change
1 parent 53b10ec commit c115e13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface Options {
2929
*
3030
* This value can also be set via the `SENTRY_URL` environment variable.
3131
*
32-
* @default "https://sentry.io"
32+
* @default "https://sentry.io" (correct value for SaaS customers)
3333
*/
3434
url?: string;
3535

@@ -193,7 +193,7 @@ export interface Options {
193193
inject?: boolean;
194194

195195
/**
196-
* Whether to create a new release.
196+
* Whether the plugin should create a release on Sentry during the build.
197197
*
198198
* Note that a release may still appear in Sentry even if this value is `false`. Any Sentry event that has a release value attached
199199
* will automatically create a release (for example, via the `inject` option).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Use the \`debug\` option to print information about source map resolution.
154154
name: "create",
155155
type: "boolean",
156156
fullDescription:
157-
"Whether to create a new release.\n\nNote that a release may still appear in Sentry even if this is value is `false` because any Sentry event that has a release value attached will automatically create a release. (for example via the `inject` option)\n\nDefaults to `true`.",
157+
"Whether the plugin should create a release on Sentry during the build.\n\nNote that a release may still appear in Sentry even if this is value is `false` because any Sentry event that has a release value attached will automatically create a release. (for example via the `inject` option)\n\nDefaults to `true`.",
158158
},
159159
{
160160
name: "finalize",

0 commit comments

Comments
 (0)