shivamsouravjha / stock-backend

36 stars 23 forks source link

add: sentry #8

Open shivamsouravjha opened 1 month ago

shivamsouravjha commented 1 month ago
denys-medynskyi commented 1 month ago

@shivamsouravjha can I take this issue?

shivamsouravjha commented 1 month ago

sure @denys-medynskyi feel free to pick it !

also here's a sample code that can help you refer for the desired flow, as this one help track context of each go function https://github.com/shivamsouravjha/PiePay/blob/main/controllers/GET/searchReport.go#L41

mohit-nagaraj commented 1 month ago

@denys-medynskyi hey is there any progress on this issue? How's it going

shivamsouravjha commented 1 month ago

There were few added but we need a lot more in helpers functions as well @mohit-nagaraj

mohit-nagaraj commented 1 month ago

Sure could u give a brief understanding of wht things is required

shivamsouravjha commented 1 month ago

We store the data in context and send it to different functions. You can refer to parsexlsx routes.

we want similar for these functions too