I'm configuring Sentry to use with our projects but have some issue with it. I would like to put some placeholders in configuration file like
extra=prj:${project.name}
Where project.name
is a JVM option set like this:
java -Dproject.name pname -jar my.jar
Is there a way to access it?