Current section
Files
Jump to
Current section
Files
include/incubating/attributes/browser_attributes.hrl
%%%------------------------------------------------------------------------
%% Copyright The OpenTelemetry Authors
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
%% You may obtain a copy of the License at
%%
%% http://www.apache.org/licenses/LICENSE-2.0
%%
%% Unless required by applicable law or agreed to in writing, software
%% distributed under the License is distributed on an "AS IS" BASIS,
%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%%-------------------------------------------------------------------------
%% Array of brand name and version separated by a space
-define(BROWSER_BRANDS, 'browser.brands').
%% Preferred language of the user using the browser
-define(BROWSER_LANGUAGE, 'browser.language').
%% A boolean that is true if the browser is running on a mobile device
-define(BROWSER_MOBILE, 'browser.mobile').
%% The platform on which the browser is running
-define(BROWSER_PLATFORM, 'browser.platform').