Some updated info of what I did :
- took basic an log4j-2.x example ( https://github.com/getsentry/examples/tree/master/java ) and run them as instructed in README.md
- caught/logged exceptions are in Sentry (on-premise)
I added an additional exception ( int a = 1 / 0; ) which is not logged in Sentry (in both examples).
What I’m i doing wrong / not understanding?