We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fea4d5 + 8d9975f commit 9a17b03Copy full SHA for 9a17b03
lib/java_buildpack/framework/dynatrace_one_agent.rb
@@ -32,7 +32,11 @@ class DynatraceOneAgent < JavaBuildpack::Component::VersionedDependencyComponent
32
#
33
# @param [Hash] context a collection of utilities used the component
34
def initialize(context)
35
- super(context)
+ @application = context[:application]
36
+ @component_name = self.class.to_s.space_case
37
+ @configuration = context[:configuration]
38
+ @droplet = context[:droplet]
39
+
40
@version, @uri = agent_download_url if supports?
41
@logger = JavaBuildpack::Logging::LoggerFactory.instance.get_logger DynatraceOneAgent
42
end
0 commit comments