Release tracking serverside

Hey guys,
as i read in the docs we need a client side reporting to use release tracking for events. But i ithink it should be possible to use this release tracking on serverside too. Is there any possibility to do that? Im using the sentry-laravel package but a general answer is fine too.

Thanks in advance
webcodecs

Nothing about release tracking is related to client or server. It works fine for either. What lead you to think that it only worked for client?

For Laravel specifically, it’d be something like:

$app['sentry']->setRelease(Git::sha());
1 Like

thanks @matt. I didnt think that is only possible for clientside but the documentation sounds like. But thanks for your help. I will try it :wink: