-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
Description
Hello. I am struggling with how to add trace support to Google functions java SDK.
In my classpath I have added only functions-framework-api
<dependency>
<groupId>com.google.cloud.functions</groupId>
<artifactId>functions-framework-api</artifactId>
</dependency>
And implemented my custom function from HttpFunction
interface.
But still, I don't see any traces in the trace-explorer.