Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
chore: Remove Cloud Debugger Backend support. (#75)
Browse files Browse the repository at this point in the history
This change removes support for the Cloud Debugger Backend making the
Firebase RTDB backend the default. This change also renders the
`use_firebase` flag obsolete, though it is kept around to prevent
loading failures for invocations still setting it.
  • Loading branch information
jasonborg authored May 30, 2023
1 parent 94b1dd0 commit 15e53a6
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1,447 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,6 @@ java_library(
],
)

java_library(
name = "gcp_hub_client",
srcs = ["GcpHubClient.java"],
deps = [
":gcp_debuglet_version",
":gcp_environment",
":gcp_metadata",
":hub_client",
":labels",
":logger",
":mapper",
"@maven//:com_google_code_gson_gson"
],
)

java_library(
name = "gcp_metadata",
srcs = [
Expand Down Expand Up @@ -176,7 +161,6 @@ java_library(
":gcp_breakpoint_labels_provider",
":gcp_debuglet_version",
":gcp_environment",
":gcp_hub_client",
":gcp_metadata",
":hub_client",
":labels",
Expand Down
Loading

0 comments on commit 15e53a6

Please sign in to comment.