Update tags to include runtime vendor and name by bric3 · Pull Request #10960 · DataDog/dd-trace-java

@bric3

Currentl, the error tracking even do not allow to identify which JVM
variant it is, this change send the event with the following tags:
* runtime_vendor
* runtime_name

jbachorik

@bric3

This a bit more specific than language version as it includes
build number.

zhengyu123