-
-
Couldn't load subscription status.
- Fork 353
chore(lint): fix @typescript-eslint/no-unnecessary-type-assertion #5228
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
antonis
merged 7 commits into
deps/scripts/update-javascript.sh
from
antonis/fix-no-unnecessary-type-assertion
Oct 1, 2025
Merged
chore(lint): fix @typescript-eslint/no-unnecessary-type-assertion #5228
antonis
merged 7 commits into
deps/scripts/update-javascript.sh
from
antonis/fix-no-unnecessary-type-assertion
Oct 1, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Android (legacy) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 91d4b7d | 406.98 ms | 419.14 ms | 12.16 ms |
| b48c857+dirty | 371.82 ms | 376.63 ms | 4.82 ms |
| ff56633 | 463.52 ms | 466.79 ms | 3.27 ms |
| d8ec252 | 421.51 ms | 442.57 ms | 21.06 ms |
| 1eed088+dirty | 377.06 ms | 365.22 ms | -11.84 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 91d4b7d | 17.75 MiB | 19.68 MiB | 1.94 MiB |
| b48c857+dirty | 17.75 MiB | 19.68 MiB | 1.94 MiB |
| ff56633 | 17.75 MiB | 19.68 MiB | 1.93 MiB |
| d8ec252 | 17.75 MiB | 19.68 MiB | 1.94 MiB |
| 1eed088+dirty | 17.75 MiB | 19.69 MiB | 1.94 MiB |
Android (new) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ff56633+dirty | 324.65 ms | 389.38 ms | 64.72 ms |
| 91d4b7d+dirty | 359.58 ms | 405.98 ms | 46.40 ms |
| b48c857+dirty | 353.60 ms | 411.52 ms | 57.92 ms |
| d8ec252+dirty | 371.60 ms | 416.64 ms | 45.04 ms |
| 1eed088+dirty | 355.56 ms | 384.47 ms | 28.90 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ff56633+dirty | 7.15 MiB | 8.41 MiB | 1.26 MiB |
| 91d4b7d+dirty | 7.15 MiB | 8.41 MiB | 1.26 MiB |
| b48c857+dirty | 7.15 MiB | 8.41 MiB | 1.26 MiB |
| d8ec252+dirty | 7.15 MiB | 8.41 MiB | 1.26 MiB |
| 1eed088+dirty | 7.15 MiB | 8.42 MiB | 1.27 MiB |
lucas-zimerman
approved these changes
Sep 30, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
iOS (legacy) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ff56633+dirty | 1212.29 ms | 1214.81 ms | 2.52 ms |
| 91d4b7d+dirty | 1222.45 ms | 1227.18 ms | 4.73 ms |
| b48c857+dirty | 1219.14 ms | 1240.80 ms | 21.66 ms |
| d8ec252+dirty | 1207.53 ms | 1214.22 ms | 6.69 ms |
| 1eed088+dirty | 1233.41 ms | 1233.63 ms | 0.22 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ff56633+dirty | 2.63 MiB | 3.87 MiB | 1.24 MiB |
| 91d4b7d+dirty | 2.63 MiB | 3.91 MiB | 1.28 MiB |
| b48c857+dirty | 2.63 MiB | 3.96 MiB | 1.33 MiB |
| d8ec252+dirty | 2.63 MiB | 3.87 MiB | 1.24 MiB |
| 1eed088+dirty | 2.63 MiB | 3.98 MiB | 1.35 MiB |
iOS (new) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ff56633+dirty | 1240.96 ms | 1235.77 ms | -5.19 ms |
| 91d4b7d+dirty | 1221.65 ms | 1215.91 ms | -5.74 ms |
| b48c857+dirty | 1204.78 ms | 1206.73 ms | 1.96 ms |
| d8ec252+dirty | 1223.06 ms | 1219.64 ms | -3.42 ms |
| 1eed088+dirty | 1220.49 ms | 1225.57 ms | 5.08 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ff56633+dirty | 3.19 MiB | 4.44 MiB | 1.25 MiB |
| 91d4b7d+dirty | 3.19 MiB | 4.48 MiB | 1.29 MiB |
| b48c857+dirty | 3.19 MiB | 4.53 MiB | 1.35 MiB |
| d8ec252+dirty | 3.19 MiB | 4.44 MiB | 1.25 MiB |
| 1eed088+dirty | 3.19 MiB | 4.55 MiB | 1.36 MiB |
8957c95 to
2c342bc
Compare
…unnecessary-type-assertion
cfed51c
into
deps/scripts/update-javascript.sh
33 of 55 checks passed
antonis
added a commit
that referenced
this pull request
Oct 3, 2025
* chore: update scripts/update-javascript.sh to 10.17.0 * chore(lint): fix @typescript-eslint/no-unnecessary-type-assertion (#5228) --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Antonis Lilis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📢 Type of change
📜 Description
Fixes
@typescript-eslint/no-unnecessary-type-assertionerrors💡 Motivation and Context
Incoming changes from JS
10.15.0getsentry/sentry-javascript#17728💚 How did you test it?
CI
📝 Checklist
sendDefaultPIIis enabled🔮 Next steps
#skip-changelog