Separate project for backend/frontend or have them all in same project #5173
Answered
by
vladanpaunovic
timewarrior
asked this question in
Q&A
-
Hi All,
Should these all be separate projects or should they all be in the same project? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
vladanpaunovic
Jun 1, 2022
Replies: 1 comment 1 reply
-
You can to both and it will work. It is recommended to create separate projects though as you will have a level of abstraction and clarity in Sentry UI. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vladanpaunovic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can to both and it will work. It is recommended to create separate projects though as you will have a level of abstraction and clarity in Sentry UI.
Sentry SDK will figure it out and connect your backend and frontend if you are sending
sentry-trace
header. You can read a bit more about it here.