React Course - Monitoring - Sentry

Поділитися
Вставка
  • Опубліковано 26 гру 2024

КОМЕНТАРІ •

  • @armandomen2944
    @armandomen2944 2 роки тому +2

    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

  • @albert21994
    @albert21994 2 роки тому +3

    Thanks for the overview. Very helpful!

  • @YN-jz2kp
    @YN-jz2kp 3 роки тому +2

    Thanks for this! Got me unblocked and successfully integrated my project with Sentry :)

  • @deonvisser2480
    @deonvisser2480 2 роки тому +1

    Thanks for this explanation, found it really helpful 👍

  • @sjinfinity
    @sjinfinity Рік тому

    Thanks for the explanation!

  • @hahahaha65889
    @hahahaha65889 3 роки тому +1

    Very very helpful! thank you for sharing!

  • @dagoomagoo2374
    @dagoomagoo2374 3 роки тому +1

    very helpful, thanks for sharing!!

  • @jesusfranciscogarciaesparz2541

    do I need to export ALL de components Sentry.withProfile()????? or just with the router?

  • @NafeoJoy
    @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?

  • @Saltyyydog
    @Saltyyydog Рік тому

    This work great, thank you :)

  • @kstash3564
    @kstash3564 2 роки тому

    How much overhead, if any, for the web vitals logging?

  • @startup_dream
    @startup_dream 3 роки тому +4

    Great video! Could possibly squeeze in the same content in less time but overall i liked it a lot. Well done!

  • @meneworon9878
    @meneworon9878 2 роки тому +2

    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?

    • @TechbaseDev
      @TechbaseDev  2 роки тому +1

      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 :)

    • @meneworon9878
      @meneworon9878 2 роки тому +1

      @@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

    • @TechbaseDev
      @TechbaseDev  2 роки тому +1

      @@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.

  • @cjbios2080
    @cjbios2080 2 роки тому

    really nice explained, thx !

  • @milakburwak2779
    @milakburwak2779 2 роки тому

    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

  • @barisballi70
    @barisballi70 2 роки тому

    this video helped me thx!

  • @aestheticsw6660
    @aestheticsw6660 2 роки тому +1

    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

    • @matthewbeardsley7004
      @matthewbeardsley7004 2 роки тому

      yeh, came specifically for generating source maps and deploying them with something like GitHub actions. Thanks!

  • @tribaldeni
    @tribaldeni Рік тому

    Thanks

  • @SamssJubair-fs7ng
    @SamssJubair-fs7ng 7 місяців тому

    Best one