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
@albert219942 жыл бұрын
Thanks for the overview. Very helpful!
@YN-jz2kp3 жыл бұрын
Thanks for this! Got me unblocked and successfully integrated my project with Sentry :)
@NafeoJoy Жыл бұрын
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?
@jesusfranciscogarciaesparz2541 Жыл бұрын
do I need to export ALL de components Sentry.withProfile()????? or just with the router?
@kstash35642 жыл бұрын
How much overhead, if any, for the web vitals logging?
@deonvisser24802 жыл бұрын
Thanks for this explanation, found it really helpful 👍
@milakburwak27792 жыл бұрын
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
@meneworon98782 жыл бұрын
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?
@TechbaseDev2 жыл бұрын
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 :)
@meneworon98782 жыл бұрын
@@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
@TechbaseDev2 жыл бұрын
@@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.
@aestheticsw66602 жыл бұрын
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
@matthewbeardsley70042 жыл бұрын
yeh, came specifically for generating source maps and deploying them with something like GitHub actions. Thanks!
@hahahaha658893 жыл бұрын
Very very helpful! thank you for sharing!
@sjinfinity Жыл бұрын
Thanks for the explanation!
@dagoomagoo23743 жыл бұрын
very helpful, thanks for sharing!!
@Saltyyydog Жыл бұрын
This work great, thank you :)
@cjbios2080 Жыл бұрын
really nice explained, thx !
@barisballi702 жыл бұрын
this video helped me thx!
@startup_dream3 жыл бұрын
Great video! Could possibly squeeze in the same content in less time but overall i liked it a lot. Well done!