Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(github-enterprise): Stacktrace linking for GitHub Enterprise #86744

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jianyuan
Copy link
Contributor

@jianyuan jianyuan commented Mar 10, 2025

Stacktrace linking support for GitHub Enterprise.

The feature has already been included in the list of features:

features = frozenset(
[
IntegrationFeatures.COMMITS,
IntegrationFeatures.ISSUE_BASIC,
IntegrationFeatures.STACKTRACE_LINK,
IntegrationFeatures.CODEOWNERS,
]
)

@jianyuan jianyuan requested review from a team as code owners March 10, 2025 22:18
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Mar 10, 2025
@jianyuan jianyuan force-pushed the feat/stacktrace-linking-github-enterprise branch from 4900d98 to baf62e2 Compare March 10, 2025 22:27
Copy link
Member

@cathteng cathteng left a comment

Choose a reason for hiding this comment

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

looks the same as the github integration!

@cathteng cathteng added the Trigger: getsentry tests Once code is reviewed: apply label to PR to trigger getsentry tests label Mar 11, 2025
@jianyuan jianyuan force-pushed the feat/stacktrace-linking-github-enterprise branch from baf62e2 to 92cf34f Compare March 18, 2025 18:28
@github-actions github-actions bot removed the Trigger: getsentry tests Once code is reviewed: apply label to PR to trigger getsentry tests label Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants