Skip to content

Add E2E tests for Logback #4599

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 6 commits into from
Aug 13, 2025
Merged

Add E2E tests for Logback #4599

merged 6 commits into from
Aug 13, 2025

Conversation

adinauer
Copy link
Member

@adinauer adinauer commented Aug 4, 2025

#skip-changelog

📜 Description

💡 Motivation and Context

💚 How did you test it?

📝 Checklist

  • I added tests to verify the changes.
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.

🔮 Next steps

@adinauer adinauer marked this pull request as ready for review August 4, 2025 11:28
Copy link
Member Author

adinauer commented Aug 4, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

cursor[bot]

This comment was marked as outdated.

Copy link
Contributor

github-actions bot commented Aug 4, 2025

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 430.20 ms 468.80 ms 38.59 ms
Size 1.58 MiB 2.10 MiB 530.94 KiB

Previous results on branch: 08-04-add_e2e_tests_for_logback

Startup times

Revision Plain With Sentry Diff
ba70912 410.06 ms 431.64 ms 21.58 ms
76c8d84 412.29 ms 462.35 ms 50.06 ms

App size

Revision Plain With Sentry Diff
ba70912 1.58 MiB 2.09 MiB 521.57 KiB
76c8d84 1.58 MiB 2.10 MiB 531.00 KiB

Copy link
Member

@lcian lcian left a comment

Choose a reason for hiding this comment

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

LGTM aside for the nit reported by Cursor

Comment on lines 25 to 31
kotlinOptions.jvmTarget = JavaVersion.VERSION_17.toString()
}

tasks.withType<KotlinCompile>().configureEach {
kotlinOptions {
freeCompilerArgs = listOf("-Xjsr305=strict")
jvmTarget = JavaVersion.VERSION_17.toString()
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason to set the jvmTarget twice on the kotlinOptions, or are the configurations redundant?

The question applies to the other E2E PRs as well.

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy pasta, will update

cursor[bot]

This comment was marked as outdated.

@adinauer adinauer merged commit 2dbdf6c into main Aug 13, 2025
40 of 43 checks passed
@adinauer adinauer deleted the 08-04-add_e2e_tests_for_logback branch August 13, 2025 07:02
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.

4 participants