Manoel Aranda Neto
Manoel Aranda Neto
Should this be closed because other PRs have superseded it?
We already listen to [visibilitychange](https://github.com/PostHog/posthog-js/blob/bc0b1701709e2faf0f0232b7bcd58e69be65d0e8/src/extensions/replay/sessionrecording.ts#L273-L278) https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilitychange_event We can force a store in the cache or force sending the pending data if the visibility is going to the background, reloading, or...
@gaelph `host` should be `https://eu.i.posthog.com` for EU. I wonder if it's your network or something, is this on an emulator only or on a real device? I just tested this...
Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated. Please do not hesitate to ping me if it is still relevant, and...
> **Size Change:** -268 kB (-25.73%) 🎉 > > **Total Size:** 775 kB > > Filename Size Change > `dist/array.full.js` 157 kB -88.8 kB (-36.07%) 🎉 > `dist/recorder-v2.js` 18.9 kB...
cc @PostHog/team-feature-success
apparently, we can do it using Gradle https://docs.gradle.org/current/samples/sample_java_modules_multi_project.html
@tlf30 would you like to contribute with a PR? https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_modular maybe @maciejwalkowiak can guide you during the process, I'm not familiar with the Java platform module system yet
@OlivierFreyssinet just a quick question, could you exemplify how you are capturing those messages? Are you doing something like `Sentry.captureMessage(exeption.getMessage())`? just to understand what you'd be expecting to be deobfuscated....
@OlivierFreyssinet could you link us to a Sentry issue like this so we could have a look at the event? thanks Breadcrumbs and messages are not deobfuscated, but when you...