Skip to content

Commit c2fadb8

Browse files
authored
ref(open-pr-comments): remove from EA list and add javascript/typescript (#9103)
1 parent 0dee914 commit c2fadb8

File tree

2 files changed

+1
-4
lines changed
  • docs/product

2 files changed

+1
-4
lines changed

docs/product/accounts/early-adopter-features/index.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ Limitations:
2121
- [Priority Sort](/product/issues#issue-sort) algorithm improvements
2222
- [Issue Reprocessing](/product/issues/reprocessing/)
2323
- [Span Summary](/product/performance/transaction-summary/#span-summary)
24-
- [Open PR Comments](/product/integrations/source-code-mgmt/github/#open-pull-request-comments)
2524
- [Investigation Mode](/product/performance/retention-priorities/#investigation-mode) for retention priorities in Performance Monitoring

docs/product/integrations/source-code-mgmt/github/index.mdx

+1-3
Original file line numberDiff line numberDiff line change
@@ -261,15 +261,13 @@ Sentry will only comment on pull requests less than two weeks old that are assoc
261261

262262
#### Open Pull Request Comments
263263

264-
<Include name="feature-available-for-user-group-early-adopter.mdx" />
265-
266264
When a pull request is opened, Sentry will parse the filenames and function names modified in the pull request from the PR diff to find recent unhandled, unresolved issues associated with your pull request.
267265

268266
![Sentry comment on open pull request in GitHub](/product/integrations/source-code-mgmt/github/sentry-github-open-pr-comment.png)
269267

270268
Sentry will comment on the pull request with up to five issues per file that were first seen within the past 90 days and were last seen within the past 14 days.
271269

272-
This feature requires [code mappings](/product/issues/suspect-commits/#2-set-up-code-mappings) and is currently only supported for Python files.
270+
This feature requires [code mappings](/product/issues/suspect-commits/#2-set-up-code-mappings) and is currently only supported for Python and Javascript/Typescript files. For Javascript/Typescript, please ensure that you've unminified your code by [setting up source maps](/platforms/javascript/sourcemaps/).
273271

274272
### Missing Member Detection
275273

0 commit comments

Comments
 (0)