You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
The current version of the library (3.10.0) incorrect detects resource as Cloud Run when the code runs on the 2nd generation of the Cloud Functions.
The problem is that in 2nd generation the environment has full set of Cloud Run environment variables which does not happened when running 1st generation of the Cloud Functions. As a result, the code detects Cloud Run before it reaches to if that detects Cloud Functions.
The current version of the library (3.10.0) incorrect detects resource as Cloud Run when the code runs on the 2nd generation of the Cloud Functions.
The problem is that in 2nd generation the environment has full set of Cloud Run environment variables which does not happened when running 1st generation of the Cloud Functions. As a result, the code detects Cloud Run before it reaches to
ifthat detects Cloud Functions.