Skip to content
DocsTry Aspire
DocsTry

LogtoResource.withDeprecationTracing

Method
📦 CommunityToolkit.Aspire.Hosting.Logto v13.5.0
interface LogtoResource {
// ... omitted for brevity
withDeprecationTracing(): LogtoResource;
}

Signature

methodwithDeprecationTracingbuilder
Enables Node.js deprecation tracing for the Logto by setting the NODE_OPTIONS environment variable to '--trace-deprecation'. This allows stack traces to be printed for deprecated API usage.
withDeprecationTracing(): LogtoResource
LogtoResource

Defined on

This method is defined on the following type: