Getting started is not so simple. What am I missing?

Followed these (https://sentry.io/for/spring/) to get started but it isn’t using the dsn, environment, factory, etc from src/main/resources/sentry.properties as it should according to https://docs.sentry.io/clients/java/config/#configuration. Did I miss something?

I tried to debug the code and it keeps using the no parameter init method in the Sentry class. There is an init method that has parameters such as dsn and the factory. Where is the code that uses the properties defined in the sentry.properties?

hey @Lawrence could you figure it out? have you looked at https://docs.sentry.io/clients/java/integrations/#spring to see if you didn’t miss any step? thanks