This video was a lot of help thank you specially on the developer tools, the tab Network, when you explain that if we see sentry it means it went well but also about the blockers
Hi, I have a question. I could see there is an extension installed on your VS code which was scanning for the package vulnerabilities. Could you please give me the name of the package?
Hi Mene, Sentry is not a replacement for regular (static, unit, integration & e2e) tests. Those are in place to prevent of shipping code with bugs in the first place. Sentry is there for checking app performance and monitoring potential errors. But in terms of optimal results: yes, both will give you most confidence that your app is working correctly :)
@@TechbaseDev thanks so much for your response, I really appreciate it. So are the bugs that sentry helps you point out thesame kind of bugs that your testing would enable you see? Or are they different kind of bugs
@@meneworon9878 mostly they catch different bugs. Regular testing is mainly focused on functionality/features. Sentry is there to catch issues like failing requests, app crashes and such.
error not showing file name and line number and stack trace. Please response or make video for that. how to generate sourcemaps and them upload to sentry to view stack trace tree ,file name and line number of error
This video was a lot of help thank you specially on the developer tools, the tab Network, when you explain that if we see sentry it means it went well but also about the blockers
Thanks for the overview. Very helpful!
Thanks for this! Got me unblocked and successfully integrated my project with Sentry :)
Thanks for this explanation, found it really helpful 👍
Thanks for the explanation!
Very very helpful! thank you for sharing!
very helpful, thanks for sharing!!
do I need to export ALL de components Sentry.withProfile()????? or just with the router?
Hi, I have a question. I could see there is an extension installed on your VS code which was scanning for the package vulnerabilities. Could you please give me the name of the package?
This work great, thank you :)
How much overhead, if any, for the web vitals logging?
Great video! Could possibly squeeze in the same content in less time but overall i liked it a lot. Well done!
thanks for the video. I have a question though. Does sentry replace any form of testing or do they both have to be used on an app for optimal results?
Hi Mene,
Sentry is not a replacement for regular (static, unit, integration & e2e) tests. Those are in place to prevent of shipping code with bugs in the first place.
Sentry is there for checking app performance and monitoring potential errors.
But in terms of optimal results: yes, both will give you most confidence that your app is working correctly :)
@@TechbaseDev thanks so much for your response, I really appreciate it. So are the bugs that sentry helps you point out thesame kind of bugs that your testing would enable you see? Or are they different kind of bugs
@@meneworon9878 mostly they catch different bugs. Regular testing is mainly focused on functionality/features.
Sentry is there to catch issues like failing requests, app crashes and such.
really nice explained, thx !
i am getting a cors error everytime i am trying to setup santry with my React antd app.. can you please help me with that
this video helped me thx!
error not showing file name and line number and stack trace. Please response or make video for that. how to generate sourcemaps and them upload to sentry to view stack trace tree ,file name and line number of error
yeh, came specifically for generating source maps and deploying them with something like GitHub actions. Thanks!
Thanks
Best one