Skip to content

Commit

Permalink
New session agent as part of the meta information dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 14, 2020
1 parent 9fdbf40 commit 2e0e9d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appier_extras/parts/diag/part.py
Expand Up @@ -373,6 +373,7 @@ def _browser(self, default = "unknown"):
@property
def _meta_info(self):
return dict(
session_agent = self.request.get_session_agent(),
is_mobile = self.request.is_mobile(),
is_tablet = self.request.is_tablet(),
is_browser = self.request.is_browser(),
Expand Down

0 comments on commit 2e0e9d6

Please sign in to comment.