You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent bug reports show, for example, behavior where reducing the latency between log shipments, and trimming the package size results in dropping logs that should be sent before a page unloads. Currently, unit tests and integration tests dont flex the range of options like this (string options are easier to test for --logging endpoint, userId, sessionID, etc.). Would be good test test for these edge-cases.
The text was updated successfully, but these errors were encountered:
We expanded the e2e test suite and migrated to Playwright in #466. While it doesn't address all edge cases in the options API, it does provide expanded coverage of the package, especially the plugin and exposed numerous issues that we fixed.
Closing for now and recommend we scope future tickets to concrete test cases.
Recent bug reports show, for example, behavior where reducing the latency between log shipments, and trimming the package size results in dropping logs that should be sent before a page unloads. Currently, unit tests and integration tests dont flex the range of options like this (string options are easier to test for --logging endpoint, userId, sessionID, etc.). Would be good test test for these edge-cases.
The text was updated successfully, but these errors were encountered: