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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent payload #1949

Merged
8 commits merged into from
Nov 28, 2023
Merged

Consistent payload #1949

8 commits merged into from
Nov 28, 2023

Conversation

ghost
Copy link

@ghost ghost commented Nov 24, 2023

Goal

Stabilised EventTooBigScenario in end to end tests

Changeset

Added onError callback in scenario to clear all threads in the error.

Testing

Existing tests

@ghost ghost requested a review from lemnik November 24, 2023 10:38
* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes
@bugsnagbot
Copy link
Collaborator

bugsnagbot commented Nov 24, 2023

Android notifier sizes

Format Size impact of Bugsnag (kB) Size impact of Bugsnag when Minified (kB)
APK 1843.02 1668.63
arm64_v8a 626.95 450.82
armeabi_v7a 561.42 385.29
x86 700.66 524.53
x86_64 671.99 495.86

Generated by 🚫 Danger

@ghost ghost force-pushed the PLAT-11176/consistent-payload-in-e2e-tests branch from 7e27f45 to 7c42584 Compare November 27, 2023 10:35
@ghost ghost requested a review from twometresteve November 27, 2023 10:36
@twometresteve
Copy link
Contributor

LGTM in principle, just a style check violation to resolve it seems.

@ghost ghost force-pushed the PLAT-11176/consistent-payload-in-e2e-tests branch from 7c42584 to 1a25f27 Compare November 27, 2023 10:58
SmartbearYing added 4 commits November 27, 2023 11:20
* fix(threadStack timeout) add time limitation for thread stack

* fix(threadStack timeout) add time limitation for thread stack
* fix(feature flags) refactor feature flags are modified in-place.

* Time limitation for thread collection (#1935)

* fix(threadStack timeout) add time limitation for thread stack

* fix(threadStack timeout) add time limitation for thread stack
@ghost ghost requested a review from twometresteve November 27, 2023 19:53
@ghost ghost force-pushed the PLAT-11176/consistent-payload-in-e2e-tests branch 3 times, most recently from 7d68e6b to e9ead94 Compare November 28, 2023 09:52
@ghost ghost force-pushed the PLAT-11176/consistent-payload-in-e2e-tests branch from e9ead94 to f2c6821 Compare November 28, 2023 10:35
@ghost ghost requested a review from lemnik November 28, 2023 10:36
@ghost ghost merged commit 76802e8 into next Nov 28, 2023
@ghost ghost deleted the PLAT-11176/consistent-payload-in-e2e-tests branch November 28, 2023 14:35
ghost pushed a commit that referenced this pull request Dec 5, 2023
* fix(payload size) added error call back to make the payload size more consistent

* Convert file store and subclasses to kotlin (#1929)

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* Time limitation for thread collection (#1935)

* fix(threadStack timeout) add time limitation for thread stack

* fix(threadStack timeout) add time limitation for thread stack

* Feature flags should be modified in-place. (#1940)

* fix(feature flags) refactor feature flags are modified in-place.

* Time limitation for thread collection (#1935)

* fix(threadStack timeout) add time limitation for thread stack

* fix(threadStack timeout) add time limitation for thread stack

* fix(payload size) adjusted end to end test
ghost pushed a commit that referenced this pull request Dec 5, 2023
* Update workflow to use auth provided by bearer token

* docs(upgrade guide): expanded UG content and a few corrections to changelog

* docs(upgrade guide): emphasis stability score calculation

* docs(upgrade guide): add persist user change

* Convert file store and subclasses to kotlin (#1929)

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* ANR Scenario session should be allowed to terminate properly (#1948)

* fix(anr scenario ) add more time to wait for appium to figure out which session is terminated

* v6.0.0

* corrections to fix v6 publishing

* add the exitinfo module to the publishing step

* fix(foreground): ensure inForeground is set correctly when the app is backgrounded, and reintroduce the test scenario

* chore(changelog): updated changelog to reflect new release date for v6.0.0

* Update workflow to use auth provided by bearer token

* docs(upgrade guide): expanded UG content and a few corrections to changelog

* docs(upgrade guide): emphasis stability score calculation

* docs(upgrade guide): add persist user change

---------

Co-authored-by: jason <lemnik@users.noreply.github.com>
Co-authored-by: Alex Moinet <alex@bugsnag.com>
Co-authored-by: Tom Longridge <tom.longridge@smartbear.com>

* Time limitation for thread collection (#1935)

* fix(threadStack timeout) add time limitation for thread stack

* fix(threadStack timeout) add time limitation for thread stack

* Feature flags should be modified in-place. (#1940)

* fix(feature flags) refactor feature flags are modified in-place.

* Time limitation for thread collection (#1935)

* fix(threadStack timeout) add time limitation for thread stack

* fix(threadStack timeout) add time limitation for thread stack

* Consistent payload (#1949)

* fix(payload size) added error call back to make the payload size more consistent

* Convert file store and subclasses to kotlin (#1929)

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* fix(code convert) add FileStore, sessionStore and EventStore Kotlin classes

* Time limitation for thread collection (#1935)

* fix(threadStack timeout) add time limitation for thread stack

* fix(threadStack timeout) add time limitation for thread stack

* Feature flags should be modified in-place. (#1940)

* fix(feature flags) refactor feature flags are modified in-place.

* Time limitation for thread collection (#1935)

* fix(threadStack timeout) add time limitation for thread stack

* fix(threadStack timeout) add time limitation for thread stack

* fix(payload size) adjusted end to end test

* fix(ndk): replace `static_json_data` with an atomic to ensure that it cannot be double-freed

* release/v6.1.0

---------

Co-authored-by: Jason <lemnik@users.noreply.github.com>
Co-authored-by: Alex Moinet <alex@bugsnag.com>
Co-authored-by: Tom Longridge <tom.longridge@smartbear.com>
Co-authored-by: Tom Longridge <tom@bugsnag.com>
This pull request was closed.
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