yarinsa

Results 52 comments of yarinsa

@getsentry-release I solved it by allowing Sentry IP's in filtering. The docs for GitHub cloud doesnt say it, found it under the docs of GitHub integration with GitHub enterprise. I...

``` Sentry Logger [log]: [Tracing] Starting 'http.client' span on transaction '/setup' (b153127e151021d2). logger.ts:77 Sentry Logger [log]: [Tracing] Finishing 'http.client' span on transaction '/setup' (b153127e151021d2). instrument.ts:123 IdleTransaction {traceId: '6ec990e72481440781756c2284ce6aab', spanId: 'b153127e151021d2',...

@AbhiPrasad Thank you! Is this on your roadmap? When can we expect it to be resolved?

This is our entry file. We have a "bootstrap" function and we are running Sentry first like it says in the docs

@AbhiPrasad If I understand correctly the we should "Start Transaction" for each route navigation (similar to page load). I was trying to implement something similar with my own code, but...

Mmmm , it's pretty basic. Start create react app, add the react-router integration and have debug true, in the sentry init. I am willing to go on a call,

@AbhiPrasad I red trough it and even had a comment in my code. My problem was that I had file called 'sentry.tsx' which contains: export const initSentry =() => {...

Seems like it was solved in 7.15.0 (and we also fixed our code). Therefore closing the issue :) Thanks @AbhiPrasad

The response body. I am getting 403 from jFrog in their body they say it's an existing package, but all I am seeing is Forbidden. When adding console.log myself to...

@arcanis I have created a fix branch on my machine (pulled yarn and setup a development env). How can I push this code to a new branch and offer PR?...