Skip to content

Conversation

@ArthurKnaus
Copy link
Member

Create one issue for each missing integration.
Add evidence displays to display additional data.
Exclude instrumentation issues from default search.

@ArthurKnaus ArthurKnaus requested a review from a team January 15, 2026 09:16
@ArthurKnaus ArthurKnaus requested a review from a team as a code owner January 15, 2026 09:16
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 15, 2026
Comment on lines +149 to +151
# Hide certain categories from the default issue stream
group_categories.discard(GroupCategory.FEEDBACK.value)
group_categories.discard(GroupCategory.INSTRUMENTATION.value)
Copy link
Member Author

Choose a reason for hiding this comment

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

When registering the issue category, I defined in_default_search = False though it seems like this parameter is not used respected.
Here I am mirroring what is being done for feedback issues.

Copy link
Member Author

Choose a reason for hiding this comment

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

@wedamija maybe you know if I missed something here?

description=f"The following SDK integrations are available for your project but not configured: {integrations_list}. "
f"Adding these integrations can improve error tracking and provide better insights into your application's behavior. "
title=f"Missing SDK Integration: {integration}",
# TODO: Generate subtitle and description using AI
Copy link
Member

Choose a reason for hiding this comment

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

Is this TODO still relevant? Do you want to generate this one fly? I'm not sure why we don't just "hardcode" this

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, I would love explain why this was identified as missing and what features it enables.
E.g. You are using the anthropic ai package on the next-js edge runtime which requires manual steps to activate the SDK integration. By enabling it you get ....

Copy link
Member

Choose a reason for hiding this comment

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

Ah, gotcha! Makes sense!

Copy link
Member

@shellmayr shellmayr left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@ArthurKnaus ArthurKnaus enabled auto-merge (squash) January 15, 2026 09:23
@ArthurKnaus ArthurKnaus merged commit 66756d4 into master Jan 15, 2026
67 checks passed
@ArthurKnaus ArthurKnaus deleted the aknaus/feat/autopilot/improve-issue-creation branch January 15, 2026 09:39
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.

5 participants