Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/integrations/source-code-mgmt/gitlab/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ With the GitLab integration connected, you can use Seer's AI features, including
**Code Review** reviews your merge requests for potential errors. Trigger it by commenting `@sentry review` on any MR. Automatic reviews also run when a merge request is opened or updated.

<Alert>
GitLab does not support the GitHub Checks API. Code Review results appear as MR comments, not as a pipeline status check. You cannot use Seer as a required GitLab CI/CD check.
GitLab does not support external status checks. Code Review results appear as MR comments, not as a pipeline status check. You cannot use Seer as a required GitLab CI/CD check.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually i think we can get rid of this noptice completely as we do support pipelines.

</Alert>

To set up Seer with GitLab, go to [Seer settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/) and connect your GitLab repositories. Only GitLab.com (cloud) is supported.
Expand Down
4 changes: 3 additions & 1 deletion docs/pricing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ Access Seer by adding it to your existing subscription for $40 per active contri
| $40/active contributor | $40/active contributor |

<Alert level="warning">
All members of your repositories, *except* GitHub bots marked as `[bot]`, are counted as active contributors.
For Github, all members of your repositories, *except* GitHub bots marked as `[bot]`, are counted as active contributors.

For Gitlab, all accounts (group members) are counted as active contributors, even when using Autofix or bots for fixes.
</Alert>

#### Legacy Seer Pricing
Expand Down
2 changes: 2 additions & 0 deletions docs/pricing/quotas/manage-seer-budget.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ og_image: /og-images/pricing-quotas-manage-seer-budget.png

<Alert level="warning">
All members of your repositories, *except* GitHub bots marked as `[bot]`, are counted as active contributors.

For Gitlab, all accounts (group members) are counted as active contributors, even when using Autofix or bots for fixes.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so actually we ignore the following gitlab username patterns:

project access token bots — project_{id}_bot_…
group access token bots — group_{id}_bot_…
service accounts — service_account_… / service_account_group_{id}_…

these aren't counted as contributors.

what is counted as a contribution are PRs that are created by Seer. for github, these prs are created by the Sentry GitHub app, in gitlab it is created by the user account that was used when integrating GitLab in Sentry.

</Alert>
Comment thread
sfanahata marked this conversation as resolved.

## Tips for Managing Spend
Expand Down
2 changes: 1 addition & 1 deletion docs/product/ai-in-sentry/seer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To start using Seer's capabilities follow these steps:

<Alert level="warning">

Seer is an add-on to your Sentry subscription. By enabling it, you are signing up for active contributor pricing for this feature. Any person who creates 2 or more PRs in a month in a Seer-Enabled project will be billed. A repo is considered Seer-Enabled when it is connected to Sentry and has one or more Seer features turned on. You can learn more about Seer pricing [here](/pricing/#seer-pricing).
Seer is an add-on to your Sentry subscription. By enabling it, you are signing up for active contributor pricing for this feature. Any person who creates 2 or more PRs/MRs in a month in a Seer-Enabled repo/project will be billed. A repo/project is considered Seer-Enabled when it is connected to Sentry and has one or more Seer features turned on. You can learn more about Seer pricing [here](/pricing/#seer-pricing).

</Alert>

Expand Down
Loading