Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve default debouncing mechanism #2945

Merged
merged 9 commits into from
Sep 29, 2023

added try catch block to schedule in SentryOkHttpEvent.scheduleFinish

bd028eb
Select commit
Failed to load commit list.
Merged

improve default debouncing mechanism #2945

added try catch block to schedule in SentryOkHttpEvent.scheduleFinish
bd028eb
Select commit
Failed to load commit list.
Codecov / codecov/patch failed Sep 29, 2023 in 1s

70.61% of diff hit (target 79.62%)

View this Pull Request on Codecov

70.61% of diff hit (target 79.62%)

Annotations

Check warning on line 37 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 51 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L51

Added line #L51 was not covered by tests

Check warning on line 72 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 80 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 84 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L83-L84

Added lines #L83 - L84 were not covered by tests

Check warning on line 125 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L125

Added line #L125 was not covered by tests

Check warning on line 164 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L162-L164

Added lines #L162 - L164 were not covered by tests

Check warning on line 215 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L215

Added line #L215 was not covered by tests

Check warning on line 217 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L217

Added line #L217 was not covered by tests

Check warning on line 234 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L231-L234

Added lines #L231 - L234 were not covered by tests

Check warning on line 241 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L238-L241

Added lines #L238 - L241 were not covered by tests

Check warning on line 31 in sentry/src/main/java/io/sentry/MonitorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorConfig.java#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 59 in sentry/src/main/java/io/sentry/MonitorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorConfig.java#L59

Added line #L59 was not covered by tests

Check warning on line 70 in sentry/src/main/java/io/sentry/MonitorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorConfig.java#L70

Added line #L70 was not covered by tests

Check warning on line 99 in sentry/src/main/java/io/sentry/MonitorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorConfig.java#L97-L99

Added lines #L97 - L99 were not covered by tests

Check warning on line 134 in sentry/src/main/java/io/sentry/MonitorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorConfig.java#L134

Added line #L134 was not covered by tests

Check warning on line 136 in sentry/src/main/java/io/sentry/MonitorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorConfig.java#L136

Added line #L136 was not covered by tests

Check warning on line 146 in sentry/src/main/java/io/sentry/MonitorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorConfig.java#L143-L146

Added lines #L143 - L146 were not covered by tests

Check warning on line 20 in sentry/src/main/java/io/sentry/MonitorContexts.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorContexts.java#L20

Added line #L20 was not covered by tests

Check warning on line 23 in sentry/src/main/java/io/sentry/MonitorContexts.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorContexts.java#L23

Added line #L23 was not covered by tests

Check warning on line 25 in sentry/src/main/java/io/sentry/MonitorContexts.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorContexts.java#L25

Added line #L25 was not covered by tests

Check warning on line 27 in sentry/src/main/java/io/sentry/MonitorContexts.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorContexts.java#L27

Added line #L27 was not covered by tests

Check warning on line 31 in sentry/src/main/java/io/sentry/MonitorContexts.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorContexts.java#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 79 in sentry/src/main/java/io/sentry/MonitorContexts.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorContexts.java#L79

Added line #L79 was not covered by tests

Check warning on line 81 in sentry/src/main/java/io/sentry/MonitorContexts.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorContexts.java#L81

Added line #L81 was not covered by tests