Skip to content

Commit

Permalink
Replace dots with underscores (asciidoctor#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcvitaly committed Jul 4, 2023
1 parent c7d68bd commit a832478
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ public boolean isEnabled(@Nullable SentryLevel level) {

event.setTag("java_vendor", SystemInfo.JAVA_VENDOR);
event.setTag("java_version", SystemInfo.JAVA_VERSION);
event.setTag("ui.theme", getUiTheme());
event.setTag("ui.dark", getUiMode());
event.setTag("ui_theme", getUiTheme());
event.setTag("ui_dark", getUiMode());
if (SystemInfoRt.isLinux) {
event.setTag("linux_platform", getLinuxPlatformName());
}
Expand Down

0 comments on commit a832478

Please sign in to comment.