Manoel Aranda Neto

Results 1021 comments of Manoel Aranda Neto

@denrase let's create an issue for each of the items and add them to the GH project https://github.com/getsentry/sentry-mobile/projects/1 so we can prioritize/organize them better

Also GH source linking and ownership rules, for ownership rules, see this https://github.com/getsentry/sentry-dart/issues/347

why don't we just delete or rename master? tags still exist, so not an issue?

I believe this would be very helpful for release builds as well, so people can upload their leaks to error reporting tools such as sentry.io and fix them. Similar to...

@freeatnet can you let us know which version of the PH Node SDK you are using and the code snippet of the `posthog` instance creation?

@benjackwhite could the v4 refactoring affect this? works locally for me (not using nextjs tho). @freeatnet if you do `posthog.debug(true)` after creating the `PostHog` instance. Which logs do you see?...

@freeatnet or @TriPSs can you provide a minimal reproducible example? just something I can run right away. I tested this locally and all events got flushed correctly (tested 100 a...

@TriPSs the `posthog` should be a global env. and be reused among `cronSyncUsagesFunction` calls, assuming this can be called multiple times within the same request or something, otherwise, it's not...

@TriPSs I just tested this locally: ```js const functions = require('@google-cloud/functions-framework'); const { PostHog } = require('posthog-node'); const posthog = new PostHog('...', { // works as well if you uncomment...

@TriPSs this is a different issue, for that, please reach out to [customer support](https://posthog.com/docs/support-options) or open a new issue on the [main](https://github.com/PostHog/posthog) repo, I am debugging only the SDK side...