Mixing nodejs and js sdks in a single project

I have a project using the sentry js sdk in the client app and the nodejs sdk for the firebase cloud functions. It is considered good practice to create a separate sentry project for each sdk in use, or to use the same sentry project for both?

I found my answer in a sentry blog post here. Basically, you can combine them if you wish, but it depends on the project as to whether that’s a practical plan.