Skip to content

feat(annotation): Handle JSX member expressions #690

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

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

chargome
Copy link
Member

This pr adds functionality for ignoring components like Tab.Group which are commonly used e.g. in HeadlessUI.

closes #686

@chargome chargome requested a review from 0Calories February 28, 2025 09:17
@chargome chargome self-assigned this Feb 28, 2025
@chargome chargome requested a review from lforst February 28, 2025 09:20
@lforst lforst changed the title feat(anotation): Handle JSX member expressions feat(annotation): Handle JSX member expressions Mar 4, 2025
@chargome chargome merged commit 10a8b0e into main Mar 4, 2025
18 checks passed
@chargome chargome deleted the cg/component-annotate-member-expressions branch March 4, 2025 15:09
Lms24 added a commit that referenced this pull request Mar 4, 2025
Lms24 added a commit that referenced this pull request Mar 4, 2025
* meta: Update CHANGELOG for 3.2.2

* add #690
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 5, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | @sentry/vite-plugin | 3.2.0 | 3.2.2 |


## [v3.2.2](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#322)

-   feat(annotation): Handle JSX member expressions ([#690](getsentry/sentry-javascript-bundler-plugins#690))
-   fix(core): Don't crash on recoverable CLI command error ([#682](getsentry/sentry-javascript-bundler-plugins#682))
-   chore: Suggest putting `SENTRY_AUTH_TOKEN`, `SENTRY_ORG` and `SENTRY_PROJECT` in `passThroughEnv` when using Turborepo ([#675](getsentry/sentry-javascript-bundler-plugins#675))


## [v3.2.1](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#321)

-   deps: Bump [@sentry/cli](https://github.com/sentry/cli) to 2.42.2 ([#685](getsentry/sentry-javascript-bundler-plugins#685))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 8, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | @sentry/vite-plugin | 3.2.0 | 3.2.2 |


## [v3.2.2](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#322)

-   feat(annotation): Handle JSX member expressions ([#690](getsentry/sentry-javascript-bundler-plugins#690))
-   fix(core): Don't crash on recoverable CLI command error ([#682](getsentry/sentry-javascript-bundler-plugins#682))
-   chore: Suggest putting `SENTRY_AUTH_TOKEN`, `SENTRY_ORG` and `SENTRY_PROJECT` in `passThroughEnv` when using Turborepo ([#675](getsentry/sentry-javascript-bundler-plugins#675))


## [v3.2.1](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#321)

-   deps: Bump [@sentry/cli](https://github.com/sentry/cli) to 2.42.2 ([#685](getsentry/sentry-javascript-bundler-plugins#685))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 9, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | @sentry/vite-plugin | 3.2.0 | 3.2.2 |


## [v3.2.2](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#322)

-   feat(annotation): Handle JSX member expressions ([#690](getsentry/sentry-javascript-bundler-plugins#690))
-   fix(core): Don't crash on recoverable CLI command error ([#682](getsentry/sentry-javascript-bundler-plugins#682))
-   chore: Suggest putting `SENTRY_AUTH_TOKEN`, `SENTRY_ORG` and `SENTRY_PROJECT` in `passThroughEnv` when using Turborepo ([#675](getsentry/sentry-javascript-bundler-plugins#675))


## [v3.2.1](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#321)

-   deps: Bump [@sentry/cli](https://github.com/sentry/cli) to 2.42.2 ([#685](getsentry/sentry-javascript-bundler-plugins#685))
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 11, 2025
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | @sentry/vite-plugin | 3.2.0 | 3.2.2 |


## [v3.2.2](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#322)

-   feat(annotation): Handle JSX member expressions ([#690](getsentry/sentry-javascript-bundler-plugins#690))
-   fix(core): Don't crash on recoverable CLI command error ([#682](getsentry/sentry-javascript-bundler-plugins#682))
-   chore: Suggest putting `SENTRY_AUTH_TOKEN`, `SENTRY_ORG` and `SENTRY_PROJECT` in `passThroughEnv` when using Turborepo ([#675](getsentry/sentry-javascript-bundler-plugins#675))


## [v3.2.1](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#321)

-   deps: Bump [@sentry/cli](https://github.com/sentry/cli) to 2.42.2 ([#685](getsentry/sentry-javascript-bundler-plugins#685))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reactComponentAnnotation passes props to Fragment
3 participants